diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 11:12:16 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 11:12:16 -0400 |
commit | 2aa932a943a2db344ce8ddcbae3854d27e712637 (patch) | |
tree | 87b8b2bfd6e88ca6509e0086f4d9b85dc2d5cb77 /.github/workflows | |
parent | 9f650acbd0aafdd22a9cb6e19fd8f9faabd2568e (diff) |
Try quoting a few values.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9866d0..c9d7366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |