Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/wiki
Submodule wiki updated from 12ae89 to df02a4
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Commit release pull request wiki submodule pointer
if: ${{ steps.create_pr.outputs.pull-request-number != '' && steps.refresh_release_preview.outputs.pointer-changed == 'true' }}
id: release_wiki_pointer_commit
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
add: .github/wiki
message: Update wiki submodule pointer for PR #${{ steps.create_pr.outputs.pull-request-number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Commit parent repo submodule pointer
if: steps.detect_wiki.outputs.exists == 'true' && steps.refresh_preview.outputs.pointer-changed == 'true'
id: parent_commit
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
add: .github/wiki
message: "Update wiki submodule pointer for PR #${{ github.event.pull_request.number }}"
Expand Down