Skip to content

Commit

Permalink
ci: update commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Mar 31, 2024
1 parent 64d7edf commit 1ab0a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Commit changes
id: commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[Draw] ${{ github.event.head_commit.message || '(Manually triggered)' }}"
file_pattern: img/**
Expand Down

0 comments on commit 1ab0a80

Please sign in to comment.