mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
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
This commit is contained in:
commit
f29b6da035
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jira.yml
vendored
2
.github/workflows/jira.yml
vendored
|
|
@ -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…
Reference in a new issue