Skip to content

Commit

Permalink
update (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Sep 26, 2022
1 parent 6f5328b commit fad5583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/verify-checkout/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ runs:
git_sha=$(git log -1 --format='%H')
if [[ "$git_sha" != "$GITHUB_SHA" ]]; then
echo "mismatch git sha $git_sha != $GITHUB_SHA"
echo "logs:"
git log
exit 1
fi

0 comments on commit fad5583

Please sign in to comment.