We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git rev-parse
1 parent bff68e2 commit 8c6a62fCopy full SHA for 8c6a62f
.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