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 7467fec commit 9ff0f83Copy full SHA for 9ff0f83
.github/workflows/deploy-preview.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Set short git commit SHA
59
id: vars
60
run: |
61
- calculatedSha=$(git rev-parse --short ${{ github.event.pull_request.head.sha }})
+ calculatedSha=$(echo ${{ github.event.pull_request.head.sha }} | head -c 8)
62
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV
63
64
- name: Deploy to Cloudflare
0 commit comments