mirror of https://github.com/hashicorp/consul
Update .github/scripts/rerun_fails_report.sh
Co-authored-by: Dan Bond <danbond@protonmail.com>pull/16761/head
parent
07d8ede1ff
commit
5b1b1acb82
|
@ -14,7 +14,7 @@ if [ ! -s "$report_filename" ]; then
|
|||
fi
|
||||
|
||||
function report {
|
||||
echo ":repeat: gotestsum re-ran some tests in https://github.com/hashicorp/consul/commit/$GITHUB_SHA/checks"
|
||||
echo ":repeat: gotestsum re-ran some tests in https://github.com/hashicorp/consul/actions/run/$GITHUB_RUN_ID"
|
||||
echo
|
||||
echo '```'
|
||||
cat "$report_filename"
|
||||
|
|
Loading…
Reference in New Issue