From c801248cf6741eb77840d0ac1438fba98038364d Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Fri, 11 Sep 2020 15:23:18 +0100 Subject: [PATCH] Fix Name and description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2cfcbaa..aceef6b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Jira Search -description: Find a specific Jira issue +name: Create Jira Ticket +description: Create a Jira ticket to track a GitHub Issue or Pull Request inputs: project: description: The project key to create the issue in