diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 22:27:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 22:27:27 -0400 |
| commit | f0f466b9a1aa9b71a1cf712609322cd3d7598e53 (patch) | |
| tree | 4c9db959bfb1ec047ac89f052788f8a7e8786171 /.github/actions/zephyr-west/action.yml | |
| parent | bab95eab79c8077e18daa1ef2e7ad9819cf94b25 (diff) | |
| parent | d568df7bc98f9f386e0dbda2befcef711211927b (diff) | |
Merge pull request #1 from zmkfirmware/ci/refactor-to-published-action
Move to published action for zephyr/west usage.
Diffstat (limited to '.github/actions/zephyr-west/action.yml')
| -rw-r--r-- | .github/actions/zephyr-west/action.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 }} |
