From 995537c5e779021c724d549a466ceee0be699e75 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 18 Jan 2023 01:35:41 -0800 Subject: [PATCH] fix: add powershell to the action.yml [skip ci] --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 17ac6ce5..ee9648ef 100644 --- a/action.yml +++ b/action.yml @@ -81,6 +81,9 @@ inputs: nala: description: 'The nala version to install ("" or "legacy").' required: false + powershell: + description: "The powershell version to install." + required: false runs: using: "node16"