Use github.sha as the reference commit hash in the modern distributio… (#12322)
* Use github.sha as the reference commit hash in the modern distribution CI * Test change * Revert "Test change" This reverts commit 81e529be33efcaf947bbce2e232414fec88918a9.
Blue committed
Nov 26, 2024 at 18:39 UTC
4e711b081f84bc5b44c8a150e3a3f4bf4fd29b5f
1 file changed
+1
-1
.github/workflows/modern-distributions.yml
+1
-1
@@ -30,5 +30,5 @@ jobs:
30
--manifest distributions/DistributionInfo.json \
31
--github-token '${{ secrets.GITHUB_TOKEN }}' \
32
--github-pr '${{ github.event.pull_request.number }}' \
33
- --github-commit '${{ github.event.pull_request.merge_commit_sha }}'
33
+ --github-commit '${{ github.sha }}'
34
shell: bash