Skip to content

Commit

Permalink
Managed by Terraform: Update jira.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Nov 29, 2022
1 parent efe4218 commit 63294fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login
uses: atlassian/gajira-login@v2.0.0
uses: atlassian/gajira-login@v3
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down Expand Up @@ -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
with:
project: HPR
issuetype: "${{ steps.set-ticket-type.outputs.type }}"
Expand Down

0 comments on commit 63294fb

Please sign in to comment.