Skip to content

Commit 0ce56e8

Browse files
committed
chore: update apix action
1 parent f32107b commit 0ce56e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jira-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
config: ${{ vars.PERMISSIONS_CONFIG }}
2121

2222
- name: Create JIRA ticket
23-
uses: mongodb/apix-action/create-jira@v8
23+
uses: mongodb/apix-action/create-jira@v9
2424
id: create
2525
continue-on-error: true
2626
with:
@@ -42,6 +42,7 @@ jobs:
4242
]
4343
}
4444
}
45+
debug: true
4546
- name: Show result
4647
run: |
4748
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"

0 commit comments

Comments
 (0)