We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51ce6 commit 3dbd0d9Copy full SHA for 3dbd0d9
1 file changed
.github/workflows/preview-builds.yml
@@ -15,15 +15,15 @@ jobs:
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
- with:
19
- fetch-depth: 2
+ # with:
+ # fetch-depth: 2
20
21
- name: Run preview builds
22
uses: stainless-api/upload-openapi-spec-action/preview@v1
23
with:
24
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
25
commit_message: ${{ github.event.head_commit.message }}
26
- base_sha: ${{ github.event.pull_request.base.sha }}
+ # base_sha: ${{ github.event.pull_request.base.sha }}
27
org: togethercomputer
28
project: togetherai
29
oas_path: openapi.yaml
0 commit comments