From 81eaa28d76ea3ad34462fe1c655462001b8e1202 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Fri, 28 Jul 2023 18:25:20 -0600 Subject: [PATCH] feat(input): Add exclude-dirs to action inputs --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6a91912..de92043 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,9 @@ inputs: destination-dir: description: '' required: false + exclude-dirs: + description: '' + required: false output-file-url: description: '' default: 'true'