From 6ca72f9d3f4d467bbd8138a0701eee86a5b40b4e Mon Sep 17 00:00:00 2001 From: Kevin Gosse Date: Wed, 22 Jun 2022 17:40:01 +0200 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 3c0ecb0..ee9c81c 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,9 @@ inputs: include-prerelease: description: 'Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.' required: False + architecture: + description: 'Optional architecture to use. If not provided, will default to the OS architecture.' + required: False runs: using: 'node16' main: 'dist/index.js'