From 89d61e879391562c6fffaa09f786eed53a6a6cc3 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 12:49:02 -0400 Subject: Try using an entrypoint script for args. --- .github/actions/zephyr-west/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/actions/zephyr-west/entrypoint.sh (limited to '.github/actions/zephyr-west/entrypoint.sh') 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 -- cgit v1.2.3