From d568df7bc98f9f386e0dbda2befcef711211927b Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 21:53:48 -0400 Subject: Move to published action for zephyr/west usage. --- .github/actions/zephyr-west/action.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/actions/zephyr-west/action.yml (limited to '.github/actions/zephyr-west/action.yml') 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 }} -- cgit v1.2.3