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/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -756,15 +756,15 @@ jobs:
git_commit_gpgsign: true
- name: Push new commit
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
commit: -S
message: 'chore: update decancer from manually invoked CI'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Override HEAD commit
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: EndBug/add-and-commit@v10
uses: EndBug/add-and-commit@v11
with:
commit: -S --amend --no-edit --no-reset-author
message: ${{ github.event.head_commit.message }}
Expand Down