Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit d0461b8

Browse files
chore(build): Update sample workflow [skip ci]
1 parent 2badb1c commit d0461b8

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 2
5555

5656
- name: Run preview builds
57-
uses: stainless-api/build-sdk-action/preview@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
57+
uses: stainless-api/build-sdk-action/preview@2badb1c818831cda19dd52c6d4222892f4f7770d
5858
with:
5959
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
6060
org: ${{ env.STAINLESS_ORG }}
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 2
7676

7777
- name: Run merge build
78-
uses: stainless-api/build-sdk-action/merge@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
78+
uses: stainless-api/build-sdk-action/merge@2badb1c818831cda19dd52c6d4222892f4f7770d
7979
with:
8080
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
8181
org: ${{ env.STAINLESS_ORG }}

examples/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 2
5353

5454
- name: Run preview builds
55-
uses: stainless-api/build-sdk-action/preview@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
55+
uses: stainless-api/build-sdk-action/preview@2badb1c818831cda19dd52c6d4222892f4f7770d
5656
with:
5757
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
5858
org: ${{ env.STAINLESS_ORG }}
@@ -81,7 +81,7 @@ jobs:
8181
# against preview/${{ github.head_ref }} to complete, but assuming that
8282
# the preview-sdk job happens before the PR merge, it should be fine.
8383
- name: Run merge build
84-
uses: stainless-api/build-sdk-action/merge@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
84+
uses: stainless-api/build-sdk-action/merge@2badb1c818831cda19dd52c6d4222892f4f7770d
8585
with:
8686
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
8787
org: ${{ env.STAINLESS_ORG }}

examples/pull_request_mintlify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 2
6565

6666
- name: Run preview builds
67-
uses: stainless-api/build-sdk-action/preview@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
67+
uses: stainless-api/build-sdk-action/preview@2badb1c818831cda19dd52c6d4222892f4f7770d
6868
with:
6969
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
7070
org: ${{ env.STAINLESS_ORG }}
@@ -94,7 +94,7 @@ jobs:
9494
# the preview-sdk job happens before the PR merge, it should be fine.
9595
- name: Run merge build
9696
id: build
97-
uses: stainless-api/build-sdk-action/merge@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
97+
uses: stainless-api/build-sdk-action/merge@2badb1c818831cda19dd52c6d4222892f4f7770d
9898
with:
9999
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
100100
org: ${{ env.STAINLESS_ORG }}

examples/pull_request_readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 2
6060

6161
- name: Run preview builds
62-
uses: stainless-api/build-sdk-action/preview@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
62+
uses: stainless-api/build-sdk-action/preview@2badb1c818831cda19dd52c6d4222892f4f7770d
6363
with:
6464
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
6565
org: ${{ env.STAINLESS_ORG }}
@@ -89,7 +89,7 @@ jobs:
8989
# the preview-sdk job happens before the PR merge, it should be fine.
9090
- name: Run merge build
9191
id: build
92-
uses: stainless-api/build-sdk-action/merge@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
92+
uses: stainless-api/build-sdk-action/merge@2badb1c818831cda19dd52c6d4222892f4f7770d
9393
with:
9494
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
9595
org: ${{ env.STAINLESS_ORG }}

examples/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Run build
51-
uses: stainless-api/build-sdk-action@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
51+
uses: stainless-api/build-sdk-action@2badb1c818831cda19dd52c6d4222892f4f7770d
5252
with:
5353
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
5454
org: ${{ env.STAINLESS_ORG }}

examples/push_mintlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Run build
6363
id: build
64-
uses: stainless-api/build-sdk-action@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
64+
uses: stainless-api/build-sdk-action@2badb1c818831cda19dd52c6d4222892f4f7770d
6565
with:
6666
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
6767
org: ${{ env.STAINLESS_ORG }}

examples/push_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Run build
5858
id: build
59-
uses: stainless-api/build-sdk-action@ae47422abe98ef1027205a6a6f87ed8b27a3dbfc
59+
uses: stainless-api/build-sdk-action@2badb1c818831cda19dd52c6d4222892f4f7770d
6060
with:
6161
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
6262
org: ${{ env.STAINLESS_ORG }}

0 commit comments

Comments
 (0)