We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b492a8d commit a9ed883Copy full SHA for a9ed883
.github/workflows/build-windows.yml
@@ -389,7 +389,7 @@ jobs:
389
- name: Get short SHA
390
id: short_sha
391
shell: bash
392
- run: echo "short_sha=${github.event.pull_request.head.sha::7}" >> $GITHUB_OUTPUT
+ run: echo "short_sha=${{github.event.pull_request.head.sha::7}}" >> $GITHUB_OUTPUT
393
394
- name: Comment PR with artifact link
395
if: github.event_name == 'pull_request'
0 commit comments