From fe00a031e915e6da279797ee22da5d319f107cbf Mon Sep 17 00:00:00 2001 From: Andrei <12261380+akarabach@users.noreply.github.com> Date: Wed, 24 Apr 2024 01:31:11 +0200 Subject: [PATCH] Add param --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 72782ec..6a7b2b9 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,9 @@ inputs: override: required: false description: 'Either to override or not the variable if it already exists' + output_file_name: + required: false + description: 'Save to file if specified' runs: using: 'node20' main: 'dist/index.js'