Skip to content

Commit

Permalink
ci: few more update to draw job
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Sep 10, 2024
1 parent 11c5fa7 commit be06774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ on:
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write
with:
keymap_patterns: "config/*.keymap"
config_path: "keymap_drawer.config.yaml"
output_folder: assets
install_branch: main
amend_commit: true
parse_args: "lynx:'-c 10 -z config/lynx.keymap' calypso:'-c 10 -z config/calypso.keymap'"
draw_args: "lynx:'-k ferris/sweep -l LAYOUT_split_3x5_2' calypso:'-k corne_rotated -l LAYOUT_split_3x5_3'"
commit_message: "[Draw] ${{ github.event.head_commit.message }}"

0 comments on commit be06774

Please sign in to comment.