feat: update #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |