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 8c6a62f commit 7019d0dCopy full SHA for 7019d0d
.github/workflows/create-tag.yml
@@ -26,9 +26,9 @@ jobs:
26
- name: Checkout to the input commit
27
run: |
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 }})
+ else
+ COMMIT="${{ inputs.commit }}"
32
fi
33
git checkout $COMMIT
34
0 commit comments