mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-14 11:25:29 -04:00
Can't specify version on local build action
This commit is contained in:
parent
2ce29dee5f
commit
d4ba2911bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 'QMK Userspace Build'
|
name: 'QMK Userspace Build'
|
||||||
uses: ./.github/workflows/qmk_userspace_build.yml@main
|
uses: ./.github/workflows/qmk_userspace_build.yml
|
||||||
with:
|
with:
|
||||||
qmk_repo: qmk/qmk_firmware
|
qmk_repo: qmk/qmk_firmware
|
||||||
qmk_ref: master
|
qmk_ref: master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue