jira-sync: transition to "Closed" not "Close" (#758)
This commit is contained in:
parent
324d68956a
commit
999b0b7ec3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jira.yaml
vendored
2
.github/workflows/jira.yaml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
uses: atlassian/gajira-transition@v2.0.1
|
||||
with:
|
||||
issue: ${{ steps.search.outputs.issue }}
|
||||
transition: Close
|
||||
transition: Closed
|
||||
|
||||
- name: Reopen ticket
|
||||
if: github.event.action == 'reopened' && steps.search.outputs.issue
|
||||
|
|
Loading…
Reference in a new issue