Skip to content

Commit

Permalink
Update pr-sha.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 19, 2022
1 parent fc9fdb3 commit 069114c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr-sha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
echo "git_sha: $git_sha"
echo "github_sha: $github_sha"
if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
github_sha="$PULL_REQUEST_SHA"
echo "pull request, updating github_sha"
echo "github_sha: $github_sha"
fi
if [[ "$git_sha" != "$github_sha" ]]; then
echo "mismatch git sha \"$git_sha\" != \"$github_sha\""
Expand Down

0 comments on commit 069114c

Please sign in to comment.