summaryrefslogtreecommitdiff
path: root/.github/actions/zephyr-west/entrypoint.sh
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 12:49:02 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 12:49:02 -0400
commit89d61e879391562c6fffaa09f786eed53a6a6cc3 (patch)
tree2f05983851a3a70c2c8c605bbe87de8c739eb0b0 /.github/actions/zephyr-west/entrypoint.sh
parentd77df5a27ac837aee434709f610c4fff7e7c7f92 (diff)
Try using an entrypoint script for args.
Diffstat (limited to '.github/actions/zephyr-west/entrypoint.sh')
-rw-r--r--.github/actions/zephyr-west/entrypoint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/actions/zephyr-west/entrypoint.sh b/.github/actions/zephyr-west/entrypoint.sh
new file mode 100644
index 0000000..9d985eb
--- /dev/null
+++ b/.github/actions/zephyr-west/entrypoint.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+west $1 $2