From ec46a22bfc9b37e014b627b3208b07eb8909ea0f Mon Sep 17 00:00:00 2001 From: Jose Luis Pereira Date: Sun, 18 Feb 2024 20:09:44 +0000 Subject: [PATCH] fix: add override command to action definition --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 7125419..72782ec 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,9 @@ inputs: convert_prefix: required: false description: 'Include prefix (or not) on conversion. True by default' + override: + required: false + description: 'Either to override or not the variable if it already exists' runs: using: 'node20' main: 'dist/index.js'