From 0ee97a8cbc9876297e0435e260eaa0e1f58d2bca Mon Sep 17 00:00:00 2001 From: Patrick Bernal Date: Wed, 15 Apr 2020 13:56:39 -0400 Subject: [PATCH] Update jira_test.yml --- .github/workflows/jira_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jira_test.yml b/.github/workflows/jira_test.yml index 55932743ca..3fbb41785e 100644 --- a/.github/workflows/jira_test.yml +++ b/.github/workflows/jira_test.yml @@ -32,6 +32,6 @@ jobs: # Type of the issue to be created. Would need to add in conditionals by the label most likely. issuetype: Bug # Issue summary - summary: github.event.issues.issue.title + summary: github.event.issues.title # Issue description - description: github.event.issues.issue.body + description: github.event.issues.body