From 710f36207581d49e465ccbed3e007c317290fe11 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 15 Aug 2024 19:39:39 -0400 Subject: [PATCH] Remove "merged" from `include-hidden-files` input description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d3eb907..ef24659 100644 --- a/action.yml +++ b/action.yml @@ -42,8 +42,8 @@ inputs: default: 'false' include-hidden-files: description: > - If true, hidden files will be included in the merged artifact. - If false, hidden files will be excluded from the merged artifact. + If true, hidden files will be included in the artifact. + If false, hidden files will be excluded from the artifact. default: 'false' outputs: