We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbd0d9 commit beaa47eCopy full SHA for beaa47e
1 file changed
.github/workflows/preview-builds.yml
@@ -19,10 +19,14 @@ jobs:
19
# fetch-depth: 2
20
21
- name: Run preview builds
22
+ env:
23
+ PR_SHA: ${{ github.event.pull_request.head.sha }}
24
+ GITHUB_SHA: ${{ github.sha }}
25
uses: stainless-api/upload-openapi-spec-action/preview@v1
26
with:
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_sha: ${{ github.event.pull_request.base.sha }}
31
org: togethercomputer
32
project: togetherai
0 commit comments