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
…n CI
  • Loading branch information
OneBlue committed Nov 27, 2024
1 parent 757df6a commit fe3f912
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 fe3f912

Please sign in to comment.