We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df29191 commit fc314a3Copy full SHA for fc314a3
.github/workflows/generate-bump-pages.yml
@@ -69,7 +69,7 @@ jobs:
69
ref: ${{ inputs.branch }}
70
token: ${{secrets.api_bot_pat}}
71
- name: Deploy API documentation - ${{inputs.branch}}
72
- uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
+ uses: bump-sh/github-action@126c9893c1857534ceb3c7ffd26563d0dfa060e8
73
with:
74
doc: ${{matrix.spec-mapping.doc}}
75
token: ${{secrets.bump_token}}
@@ -90,7 +90,7 @@ jobs:
90
# - name: Checkout
91
# uses: actions/checkout@v4
92
# - name: Create API preview
93
-# uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
+# uses: bump-sh/github-action@126c9893c1857534ceb3c7ffd26563d0dfa060e8
94
# with:
95
# doc: ${{matrix.spec-mapping.doc}}
96
# token: ${{secrets.bump_token}}
0 commit comments