We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d7edf commit 1ab0a80Copy full SHA for 1ab0a80
.github/workflows/draw-keymaps.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Commit changes
35
id: commit
36
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
37
with:
38
commit_message: "[Draw] ${{ github.event.head_commit.message || '(Manually triggered)' }}"
39
file_pattern: img/**
0 commit comments