Update .github/scripts/rerun_fails_report.sh

Co-authored-by: Dan Bond <danbond@protonmail.com>
pull/16761/head
John Murret 2023-03-28 11:13:45 -06:00
parent 07d8ede1ff
commit 5b1b1acb82
1 changed files with 1 additions and 1 deletions

View File

@ -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"