Update jira_test.yml

pull/9/head
Patrick Bernal 6 years ago committed by GitHub
parent 063469c29e
commit dbcbc4e883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}}

Loading…
Cancel
Save