Skip to content

Commit 7d982e7

Browse files
chore: move keydrawer config to right folder
1 parent 870d668 commit 7d982e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/draw.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "config/**"
77
- .github/workflows/draw.yml
8-
- keymap_drawer.config.yaml
8+
- keymap-drawer/keymap_drawer.config.yaml
99

1010
jobs:
1111
draw:
@@ -16,3 +16,4 @@ jobs:
1616
commit_message: "[Draw] ${{ github.event.head_commit.message }}"
1717
destination: "commit"
1818
fail_on_error: ${{ fromJSON(true) }}
19+
config_path: "keymap-drawer/keymap_drawer.config.yaml"

0 commit comments

Comments
 (0)