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'