We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198e019 commit c88fbadCopy full SHA for c88fbad
1 file changed
.github/workflows/preview-builds.yml
@@ -23,6 +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 }}
27
org: togethercomputer
28
project: togetherai
29
oas_path: openapi.yaml
0 commit comments