Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/stainless-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Run preview builds
id: run-preview
uses: stainless-api/upload-openapi-spec-action/preview@020053e7fbf853281174bd3029eb3bfa7a54c039 # 1.13.0
uses: stainless-api/upload-openapi-spec-action/preview@0908d431428c675af1d590f1c6e49146cd5c4c2e # 1.13.2
env:
PR_NUMBER: ${{ inputs.pr_number || github.event.pull_request.number }}
with:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
# against the preview branch to complete, but assuming that
# the preview job happens before the PR merge, it should be fine.
- name: Run merge build
uses: stainless-api/upload-openapi-spec-action/merge@020053e7fbf853281174bd3029eb3bfa7a54c039 # 1.13.0
uses: stainless-api/upload-openapi-spec-action/merge@0908d431428c675af1d590f1c6e49146cd5c4c2e # 1.13.2
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
org: ${{ env.STAINLESS_ORG }}
Expand Down
Loading