We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88fbad commit 7b51ce6Copy full SHA for 7b51ce6
1 file changed
.github/workflows/preview-builds.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
25
commit_message: ${{ github.event.head_commit.message }}
26
- base_sha: ${{ github.event.base_sha }}
+ base_sha: ${{ github.event.pull_request.base.sha }}
27
org: togethercomputer
28
project: togetherai
29
oas_path: openapi.yaml
0 commit comments