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 917c677 commit 0d25b32Copy full SHA for 0d25b32
.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@59eaae922e81ac8d127bd2b2ac6dc4804bda8a4c
+ uses: bump-sh/github-action@841fdeac4dc671f53168c4730e36f6d063dd848f
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@59eaae922e81ac8d127bd2b2ac6dc4804bda8a4c
+# uses: bump-sh/github-action@841fdeac4dc671f53168c4730e36f6d063dd848f
94
# with:
95
# doc: ${{matrix.spec-mapping.doc}}
96
# token: ${{secrets.bump_token}}
0 commit comments