Skip to content

Commit

Permalink
amend_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Nov 16, 2023
1 parent 5731014 commit d141bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
permissions:
contents: write # allow workflow to commit to the repo
with:
commit_message: "[Draw] ${{ github.event.head_commit.message }}"
# commit_message: "[Draw] ${{ github.event.head_commit.message }}"
amend_commit: true
keymap_patterns: "config/*.keymap" # path to the keymaps to parse
config_path: "keymap_drawer.config.yaml" # config file, ignored if not exists
output_folder: "keymap-drawer" # path to save produced SVG and keymap YAML files
Expand Down

0 comments on commit d141bfb

Please sign in to comment.