From 4e711b081f84bc5b44c8a150e3a3f4bf4fd29b5f Mon Sep 17 00:00:00 2001 From: Blue Date: Tue, 26 Nov 2024 18:39:15 -0600 Subject: [PATCH] =?UTF-8?q?Use=20github.sha=20as=20the=20reference=20commi?= =?UTF-8?q?t=20hash=20in=20the=20modern=20distributio=E2=80=A6=20(#12322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use github.sha as the reference commit hash in the modern distribution CI * Test change * Revert "Test change" This reverts commit 81e529be33efcaf947bbce2e232414fec88918a9. --- .github/workflows/modern-distributions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modern-distributions.yml b/.github/workflows/modern-distributions.yml index aeb4b14a..0092c464 100644 --- a/.github/workflows/modern-distributions.yml +++ b/.github/workflows/modern-distributions.yml @@ -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