Skip to content

Commit

Permalink
Use github.sha as the reference commit hash in the modern distributio… (
Browse files Browse the repository at this point in the history
#12322)

* Use github.sha as the reference commit hash in the modern distribution CI

* Test change

* Revert "Test change"

This reverts commit 81e529b.
  • Loading branch information
OneBlue authored Nov 27, 2024
1 parent 757df6a commit 4e711b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modern-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e711b0

Please sign in to comment.