mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 04:35:57 -06:00
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:
parent
757df6a298
commit
4e711b081f
2
.github/workflows/modern-distributions.yml
vendored
2
.github/workflows/modern-distributions.yml
vendored
@ -30,5 +30,5 @@ jobs:
|
|||||||
--manifest distributions/DistributionInfo.json \
|
--manifest distributions/DistributionInfo.json \
|
||||||
--github-token '${{ secrets.GITHUB_TOKEN }}' \
|
--github-token '${{ secrets.GITHUB_TOKEN }}' \
|
||||||
--github-pr '${{ github.event.pull_request.number }}' \
|
--github-pr '${{ github.event.pull_request.number }}' \
|
||||||
--github-commit '${{ github.event.pull_request.merge_commit_sha }}'
|
--github-commit '${{ github.sha }}'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user