Skip to content

Commit 57ce710

Browse files
committed
head_sha
1 parent cfcc6b8 commit 57ce710

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/preview-builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
preview:
1010
if: github.event.action != 'closed'
1111
runs-on: ubuntu-latest
12-
env:
13-
PR_SHA: ${{ github.event.pull_request.head.sha }}
14-
GITHUB_SHA: ${{ github.sha }}
1512
permissions:
1613
contents: read
1714
pull-requests: write
@@ -28,7 +25,7 @@ jobs:
2825
commit_message: ${{ github.event.head_commit.message }}
2926
base_sha: ${{ github.sha }}
3027
base_ref: ${{ github.ref }}
31-
head_sha: ${{ github.head_ref }}
28+
head_sha: ${{ github.event.pull_request.head.sha }}
3229
# event: ${{ github.event | jq -r }}
3330
# base_sha: ${{ github.event.pull_request.base.sha }}
3431
org: togethercomputer

0 commit comments

Comments
 (0)