From dbcbc4e8832f1d93c32d6683c4ef0a95a5e1bb3e Mon Sep 17 00:00:00 2001 From: Patrick Bernal Date: Sun, 19 Apr 2020 14:31:16 -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 2e0d744281..1bca9c6272 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.issue.title}} # Issue description - description: ${{github.event.issues.issue.body}} + description: ${{github.event.issue.body}}