We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071fc3b commit 62f86edCopy full SHA for 62f86ed
.github/workflows/jira-issue.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Add comment
56
if: steps.create.outputs.issue-key
57
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
+ uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
58
with:
59
issue-number: ${{ github.event.issue.number }}
60
body: |
@@ -104,7 +104,7 @@ jobs:
104
transition-id: 61
105
- name: Add closure comment
106
if: steps.close_jira_ticket.outcome == 'success'
107
108
109
110
0 commit comments