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.
This commit is contained in:
Blue 2024-11-26 18:39:15 -06:00 committed by GitHub
parent 757df6a298
commit 4e711b081f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,5 +30,5 @@ jobs:
--manifest distributions/DistributionInfo.json \
--github-token '${{ secrets.GITHUB_TOKEN }}' \
--github-pr '${{ github.event.pull_request.number }}' \
--github-commit '${{ github.event.pull_request.merge_commit_sha }}'
--github-commit '${{ github.sha }}'
shell: bash