From 28b2762c658e39b647325f6f7981927627353d8e Mon Sep 17 00:00:00 2001 From: hazzuk Date: Tue, 28 Jan 2025 11:03:17 +0000 Subject: [PATCH] fix(github): commit sha using wrong variable --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44f7eb2289b..e7a3c30d789 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ env: # These must be set for fetchdep.sh to get the right branch REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - COMMIT_SHA: ${{ github.event.pull_request.head.sha }} + COMMIT_SHA: ${{ github.sha }} permissions: {} # No permissions required jobs: build: