We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72befc commit 61152d1Copy full SHA for 61152d1
.github/workflows/adev-preview-build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: echo "${{ github.event.pull_request.number }}" >> __metadata__pull_number.txt
51
working-directory: build/dist/bin/adev/build/browser
52
- name: Inject commit hash
53
- run: echo "${{ github.sha }}" >> __metadata__commit_hash.txt
+ run: echo "${{ github.event.pull_request.head.sha }}" >> __metadata__commit_hash.txt
54
55
- uses: actions/upload-artifact@v4
56
with:
0 commit comments