mirror of
https://github.com/Ajetski/reviung41-zmk-config.git
synced 2026-05-21 04:34:47 -09:00
init drawer
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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) }}
|
||||
Reference in New Issue
Block a user