We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcc6b8 commit 57ce710Copy full SHA for 57ce710
1 file changed
.github/workflows/preview-builds.yml
@@ -9,9 +9,6 @@ jobs:
9
preview:
10
if: github.event.action != 'closed'
11
runs-on: ubuntu-latest
12
- env:
13
- PR_SHA: ${{ github.event.pull_request.head.sha }}
14
- GITHUB_SHA: ${{ github.sha }}
15
permissions:
16
contents: read
17
pull-requests: write
@@ -28,7 +25,7 @@ jobs:
28
25
commit_message: ${{ github.event.head_commit.message }}
29
26
base_sha: ${{ github.sha }}
30
27
base_ref: ${{ github.ref }}
31
- head_sha: ${{ github.head_ref }}
+ head_sha: ${{ github.event.pull_request.head.sha }}
32
# event: ${{ github.event | jq -r }}
33
# base_sha: ${{ github.event.pull_request.base.sha }}
34
org: togethercomputer
0 commit comments