From 1bf5e084f43d8e02dbdcdb2b8084d485af70d1a2 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 14 Mar 2022 15:24:17 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e16d8c0..7573175 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,10 @@ inputs: path: description: 'Destination path' required: false + dontextract: + description: 'Should the artifact be extracted after downloaded. Default behavior is True' + required: false + default: True runs: using: 'node16' main: 'dist/index.js'