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 020a8bf commit 9aff720Copy full SHA for 9aff720
.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@4601021cc6dc47ab5df3c00ac6cb12365c4d736b
+ uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
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@4601021cc6dc47ab5df3c00ac6cb12365c4d736b
+# uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
94
# with:
95
# doc: ${{matrix.spec-mapping.doc}}
96
# token: ${{secrets.bump_token}}
0 commit comments