diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:48:06 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:48:06 -0400 |
commit | 44ebcb8fa456e21945b10fe0f6e7e6566e47864d (patch) | |
tree | ecee79ad29927f30d299cf471398ea62965e488b | |
parent | 30f23fe5da0feaf51b74649e0ce9a7b77bf0152e (diff) |
Try fixing args passed to container.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4271daa..ced0726 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |