Skip to content

Commit 4c6e23b

Browse files
committed
fixup! refactor(ci): use flake to draw SVGs
1 parent f9ef6c8 commit 4c6e23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draw-keymaps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
uses: stefanzweifel/git-auto-commit-action@v4
3737
with:
3838
commit_message: "[Draw] ${{ github.event.head_commit.message || '(Manually triggered)' }}"
39-
file_pattern: ${{ env.output_folder }}/*.svg ${{ env.output_folder }}/*.yaml
39+
file_pattern: img/*.svg img/*.yaml
4040

drawer/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in {
4343
do
4444
name="$(basename --suffix=".keymap" "$file")"
4545
config="$out/$name.yaml"
46-
echo "Found keymap $name"
46+
echo "Found $name keymap"
4747
4848
echo "- Parsing keymap-drawer"
4949
$cmd parse --zmk-keymap "$file" > "$config"

0 commit comments

Comments
 (0)