mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Try quoting a few values.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
${{ runner.os }}-build-
|
||||
${{ runner.os }}-
|
||||
- name: West Init
|
||||
uses: docker://docker.pkg.github.com/zmkfirmware/zephyr-west-action/zephyr-west-action:latest
|
||||
uses: 'docker://docker.pkg.github.com/zmkfirmware/zephyr-west-action/zephyr-west-action:latest'
|
||||
id: west-init
|
||||
with:
|
||||
args: 'init' '-l app'
|
||||
args: "'init' '-l app'"
|
||||
- name: West Update
|
||||
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
||||
id: west-update
|
||||
|
||||
Reference in New Issue
Block a user