From 0bc8711a25303c4c14a8b8cff3f99a5c3beb8a5e Mon Sep 17 00:00:00 2001 From: Almish <194656846+Fast677@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:12:36 -0800 Subject: [PATCH] Update action.yml --- action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/action.yml b/action.yml index 1221e15..483ba43 100644 --- a/action.yml +++ b/action.yml @@ -69,3 +69,14 @@ runs: push-to-registry: ${{ inputs.push-to-registry }} show-summary: ${{ inputs.show-summary }} github-token: ${{ inputs.github-token }} + +name: 'My Action' +description: 'Description of my action' +inputs: + myInput: + description: 'Description of my input' + required: true + default: 'default value' +runs: + using: 'node12' + main: 'dist/index.js'