mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 12:02:45 -10:00
19 lines
427 B
YAML
19 lines
427 B
YAML
name: Draw Keymap
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
paths:
|
|
- "config/**"
|
|
- .github/workflows/draw.yml
|
|
- keymap_drawer.config.yaml
|
|
|
|
jobs:
|
|
draw:
|
|
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
commit_message: "[Draw] ${{ github.event.head_commit.message }}"
|
|
destination: "commit"
|
|
fail_on_error: ${{ fromJSON(true) }}
|