From ff37344dc235a0729d494a3854c9de5dab94bfe5 Mon Sep 17 00:00:00 2001 From: Ryan Troost Date: Thu, 22 Aug 2024 14:46:08 +0000 Subject: [PATCH] Update documentation for action --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 94a583a..2a4671c 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,11 @@ inputs: Minimum 1 day. Maximum 90 days unless changed from the repository settings page. + include-hidden-files: + description: > + If true, hidden files will be included in the uploaded artifact. + If false, hidden files will be excluded from the uploaded artifact. + default: 'false' runs: using: 'node16' main: 'dist/index.js'