Merge pull request #12130 from hashicorp/dependabot/github_actions/atlassian/gajira-create-3.0.1

build(deps): bump atlassian/gajira-create from 2.0.1 to 3.0.1
pull/12136/head
Wilken Rivera 3 years ago committed by GitHub
commit f29b6da035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ jobs:
- name: Create ticket
id: create-ticket
if: steps.search.outputs.issue == '' && github.event.label.name == 'sync to jira' && steps.set-ticket-type.outputs.type != 'Invalid'
uses: atlassian/gajira-create@v2.0.1
uses: atlassian/gajira-create@v3.0.1
with:
project: HPR
issuetype: "${{ steps.set-ticket-type.outputs.type }}"

Loading…
Cancel
Save