Skip to content

Commit

Permalink
fix(github): commit sha using wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Jan 28, 2025
1 parent 77d5ba9 commit 28b2762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28b2762

Please sign in to comment.