From 3eb5d684cd897b8dd60c8e18cfca8b4e38ad639a Mon Sep 17 00:00:00 2001 From: Roman Isko Date: Tue, 7 Apr 2020 11:32:14 +0300 Subject: [PATCH] Apply field description suggested by author --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 539a44f..4fc67af 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: required: false default: text/plain attachments: - description: File paths (separated with comma) that will be added to mail message attachments + description: Files that will be added to mail message attachments (separated with comma) required: false runs: using: node12