Skip to content

Commit cca9db2

Browse files
committed
comment only if succesds
1 parent 4aead8d commit cca9db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jira-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
4848
4949
- name: Add comment
50+
if: steps.create.outputs.issue-key
5051
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
5152
with:
5253
issue-number: ${{ github.event.issue.number }}

0 commit comments

Comments
 (0)