From 77f9a4f575ca4c65eac0f835b85c48350ed4b9df Mon Sep 17 00:00:00 2001 From: softprops Date: Tue, 17 Sep 2019 23:16:32 +0900 Subject: [PATCH] update inputs.files.description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ce58983..d7462e4 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: description: 'Creates a draft release' required: false files: - description: 'Comma-delimited list of path globs for asset files to upload' + description: 'Newline-delimited list of path globs for asset files to upload' required: false env: 'GITHUB_TOKEN': 'As provided by Github Actions'