Skip to content

Commit 3dbd0d9

Browse files
committed
base_sha
1 parent 7b51ce6 commit 3dbd0d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 2
18+
# with:
19+
# fetch-depth: 2
2020

2121
- name: Run preview builds
2222
uses: stainless-api/upload-openapi-spec-action/preview@v1
2323
with:
2424
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
2525
commit_message: ${{ github.event.head_commit.message }}
26-
base_sha: ${{ github.event.pull_request.base.sha }}
26+
# base_sha: ${{ github.event.pull_request.base.sha }}
2727
org: togethercomputer
2828
project: togetherai
2929
oas_path: openapi.yaml

0 commit comments

Comments
 (0)