From 6d389f31d3eaa847e1e01c6d34b66451a31bd05a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 24 May 2023 17:34:50 -0600 Subject: [PATCH] Fixed bug with action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5e27456a..f04aa3e4 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: description: "Source file(s) used to populate the `files` input." required: false default: "" - files-from-source-file-separator: + files_from_source_file_separator: description: 'Separator used to split the `files-from-source-file` input' default: "\n" required: false