From e63b74e92a9f45a9a0f169c3738216ddcb50baac Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:27:03 -0300 Subject: [PATCH] Fix description. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9107c73..ada5365 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: description: "Newline-delimited list of path globs for asset files to upload" required: false overwrite_files: - description: "Overwrite existing files with the same name. Defaults to false" + description: "Overwrite existing files with the same name. Defaults to true" required: false default: 'true' fail_on_unmatched_files: