From f89aece7774916d54b668ae1eafbfcc00252fc93 Mon Sep 17 00:00:00 2001 From: Chelsea Boling Date: Tue, 17 Aug 2021 21:54:20 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 93c291e..964a2c9 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: 'JIRA project key' required: true jira_label: - description: 'JIRA bug label(s). Value format "red-team,blue-team,GreenTeam", or "red-team" + description: 'JIRA bug label(s). (e.g. value format can be "red-team,blue-team,GreenTeam", or "red-team") This tool will split the values entered by commas. Spaces in the double quotes will be respected and saved.' required: false