Try to fix some quoting.

This commit is contained in:
Pete Johanson 2020-06-12 17:00:14 -04:00
parent 5defe0a771
commit c4082bd31e

View file

@ -30,7 +30,7 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-init id: west-init
with: with:
args: "init -l app" args: 'init "-l app"'
- name: West Update - name: West Update
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-update id: west-update
@ -40,7 +40,7 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-config id: west-config
with: with:
args: 'config --global zephyr.base-prefer configfile' args: 'config "--global zephyr.base-prefer configfile"'
- name: West Zephyr Export - name: West Zephyr Export
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-zephyr-export id: west-zephyr-export
@ -50,4 +50,4 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-build id: west-build
with: with:
args: 'build -s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire' args: 'build "-s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire"'