Skip to content
Merged
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/generate-bump-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ref: ${{ inputs.branch }}
token: ${{secrets.api_bot_pat}}
- name: Deploy API documentation - ${{inputs.branch}}
uses: bump-sh/github-action@8545e8c657d27de6f55da875473fa493da78bc4f
uses: bump-sh/github-action@6aff793a699f2e3269de3124a7a3eb46e5ffb261
with:
doc: ${{matrix.spec-mapping.doc}}
token: ${{secrets.bump_token}}
Expand All @@ -91,7 +91,7 @@ jobs:
# - name: Checkout
# uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
# - name: Create API preview
# uses: bump-sh/github-action@8545e8c657d27de6f55da875473fa493da78bc4f
# uses: bump-sh/github-action@6aff793a699f2e3269de3124a7a3eb46e5ffb261
# with:
# doc: ${{matrix.spec-mapping.doc}}
# token: ${{secrets.bump_token}}
Expand Down