We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe3ef0 commit fc87785Copy full SHA for fc87785
1 file changed
.github/workflows/preview-builds.yml
@@ -27,6 +27,7 @@ jobs:
27
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
28
commit_message: ${{ github.event.head_commit.message }}
29
base_sha: ${PR_SHA:-$GITHUB_SHA}
30
+ base_ref: ${{ github.base_ref }}
31
# base_sha: ${{ github.event.pull_request.base.sha }}
32
org: togethercomputer
33
project: togetherai
0 commit comments