forked from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 22
23 lines (21 loc) · 675 Bytes
/
draw.yml
File metadata and controls
23 lines (21 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "Draw Keymap"
on:
workflow_dispatch:
push:
paths:
- "config/glove43tb.keymap"
- "keymap_drawer.config.yaml"
- "config/glove43tb.dtsi"
jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@f9cf9d3677368a7fb1dc505c51b8156fafa66fe2
permissions:
contents: write
with:
commit_message: "[Draw] ${{ github.event.head_commit.message || 'Update keymap drawing' }}"
amend_commit: false
keymap_patterns: "config/*.keymap"
json_path: "config"
config_path: "keymap_drawer.config.yaml" # config file, ignored if not exists
output_folder: "keymap-drawer"
destination: "both"