From 1f33bfbcba7f720a2c42b968df7d202e1b6da038 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 14 Mar 2022 15:35:14 -0400 Subject: [PATCH] Inverting the naming so that the behavior is clear --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7573175..3706e9d 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: path: description: 'Destination path' required: false - dontextract: + extract: description: 'Should the artifact be extracted after downloaded. Default behavior is True' required: false default: True