diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 21:53:48 -0400 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 21:53:48 -0400 | 
| commit | d568df7bc98f9f386e0dbda2befcef711211927b (patch) | |
| tree | 4c9db959bfb1ec047ac89f052788f8a7e8786171 /.github/actions/zephyr-west/entrypoint.sh | |
| parent | bab95eab79c8077e18daa1ef2e7ad9819cf94b25 (diff) | |
Move to published action for zephyr/west usage.
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 | 
