summaryrefslogtreecommitdiff
path: root/.github/actions/zephyr-west/action.yml
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 21:53:48 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 21:53:48 -0400
commitd568df7bc98f9f386e0dbda2befcef711211927b (patch)
tree4c9db959bfb1ec047ac89f052788f8a7e8786171 /.github/actions/zephyr-west/action.yml
parentbab95eab79c8077e18daa1ef2e7ad9819cf94b25 (diff)
Move to published action for zephyr/west usage.
Diffstat (limited to '.github/actions/zephyr-west/action.yml')
-rw-r--r--.github/actions/zephyr-west/action.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/actions/zephyr-west/action.yml b/.github/actions/zephyr-west/action.yml
deleted file mode 100644
index 2498f74..0000000
--- a/.github/actions/zephyr-west/action.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: "Zephyr West"
-description: 'Action incorporating Zephyr dependencies and West build tool'
-inputs:
- command: # id of input
- description: 'Which west command to execute'
- required: true
- default: 'build'
- command-args: # id of input
- description: 'Extra arguments for the west command'
- required: false
-runs:
- using: 'docker'
- image: 'Dockerfile'
- args:
- - ${{ inputs.command }}
- - ${{ inputs.command-args }}