From 2c5d9c93b53c748b8adb44ab3dce27107e61368c Mon Sep 17 00:00:00 2001 From: Mike Roberts <2947595+m-roberts@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:48:22 +0000 Subject: [PATCH] Add input parameter definition --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 18533b9..be1128e 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,10 @@ inputs: description: Directory where build artifacts will be placed, relative to workspace required: false default: ./ + target_architecture: + description: Target architecture of Debian package to build + required: false + default: "armhf" runs: using: node12 main: main.js