Try fixing args passed to container.

This commit is contained in:
Pete Johanson 2020-06-12 16:48:06 -04:00
parent 30f23fe5da
commit 44ebcb8fa4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: 'docker://zmkfirmware/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