Skip to content

Commit

Permalink
update draw-zmk.yml to use my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Mar 24, 2024
1 parent f95fc8e commit a1a50f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draw-zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Install keymap-drawer (git)
if: inputs.install_branch != ''
run: python3 -m pip install "git+https://github.com/caksoylar/keymap-drawer.git@${{ inputs.install_branch }}"
run: python3 -m pip install "git+https://github.com/SethMilliken/keymap-drawer.git@${{ inputs.install_branch }}"

- name: Draw keymaps
id: draw
Expand Down

0 comments on commit a1a50f7

Please sign in to comment.