We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ce710 commit 5637f2fCopy full SHA for 5637f2f
1 file changed
.github/workflows/preview-builds.yml
@@ -25,7 +25,7 @@ jobs:
25
commit_message: ${{ github.event.head_commit.message }}
26
base_sha: ${{ github.sha }}
27
base_ref: ${{ github.ref }}
28
- head_sha: ${{ github.event.pull_request.head.sha }}
+ head_sha: foobar
29
# event: ${{ github.event | jq -r }}
30
# base_sha: ${{ github.event.pull_request.base.sha }}
31
org: togethercomputer
0 commit comments