We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e247b2e commit 3ec4893Copy full SHA for 3ec4893
.github/workflows/draw-zmk.yml
@@ -61,6 +61,7 @@ jobs:
61
# - https://github.com/stefanzweifel/git-auto-commit-action/issues/159#issuecomment-845347950
62
# - https://github.com/actions/checkout
63
fetch-depth: ${{ (inputs.amend_commit == true && 2) || 1 }}
64
+ submodules: recursive
65
66
- name: Install keymap-drawer (pypi)
67
if: inputs.install_branch == ''
0 commit comments