diff options
Diffstat (limited to '.github/actions/zephyr-west/entrypoint.sh')
-rw-r--r-- | .github/actions/zephyr-west/entrypoint.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/actions/zephyr-west/entrypoint.sh b/.github/actions/zephyr-west/entrypoint.sh deleted file mode 100644 index 9d985eb..0000000 --- a/.github/actions/zephyr-west/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -west $1 $2 |