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 4aead8d commit cca9db2Copy full SHA for cca9db2
.github/workflows/jira-issue.yml
@@ -47,6 +47,7 @@ jobs:
47
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
48
49
- name: Add comment
50
+ if: steps.create.outputs.issue-key
51
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
52
with:
53
issue-number: ${{ github.event.issue.number }}
0 commit comments