summaryrefslogtreecommitdiff
path: root/.github/actions/zephyr-west/action.yml
diff options
context:
space:
mode:
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 }}