From ad5653cedf92a852b016c3810ce2a14b6eadc258 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 8 Jul 2023 11:13:48 +0200 Subject: [PATCH] Update action.yml --- action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ec2a2d..c4f9a3a 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,14 @@ name: 'Inno Setup Action' +author: 'Minionguyjpro' + icon: 'box' + color: 'green' description: 'GitHub action to compile .iss (Inno Setup Script) files' + inputs: path: # id of input description: 'Path to input .iss script file' required: true + runs: using: 'node16' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'