diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9866d09..c9d73665 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