Try quoting a few values.
This commit is contained in:
parent
9f650acbd0
commit
2aa932a943
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,10 +27,10 @@ jobs:
|
||||||
${{ runner.os }}-build-
|
${{ runner.os }}-build-
|
||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
- name: West Init
|
- 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
|
id: west-init
|
||||||
with:
|
with:
|
||||||
args: 'init' '-l app'
|
args: "'init' '-l app'"
|
||||||
- name: West Update
|
- name: West Update
|
||||||
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
||||||
id: west-update
|
id: west-update
|
||||||
|
|
Loading…
Reference in a new issue