We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5be47 commit 51af48eCopy full SHA for 51af48e
.github/workflows/test_action.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
cd new_head
44
last_pushed_commit=$(git rev-parse ${{ github.head_ref }})
45
- echo "Commit sha on origin : $last_pushed_commit"
+ echo "Commit sha on origin: $last_pushed_commit"
46
if [[ $last_pushed_commit != ${{steps.capture.outputs.commit}} ]]; then
47
echo "Something got pushed to ${{ github.head_ref }}"
48
exit 1
0 commit comments