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.
git rev-parse
1 parent f4c305c commit 9022082Copy full SHA for 9022082
.github/workflows/create-tag.yml
@@ -28,7 +28,7 @@ jobs:
28
if [[ -z "${{ inputs.commit }}" ]]; then
29
COMMIT="${{ inputs.commit }}"
30
else
31
- COMMIT=git rev-parse ${{ github.sha }}^@ | grep -Fvx ${{ github.event.pull_request.head.sha }}
+ COMMIT=$(git rev-parse ${{ github.sha }}^@ | grep -Fvx ${{ github.event.pull_request.head.sha }})
32
fi
33
git checkout $COMMIT
34
0 commit comments