Skip to content

Commit

Permalink
Update .github/scripts/rerun_fails_report.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Bond <danbond@protonmail.com>
  • Loading branch information
jmurret and loshz committed Mar 28, 2023
1 parent 07d8ede commit 5b1b1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/rerun_fails_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b1b1ac

Please sign in to comment.