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 666843d commit 83885d7Copy full SHA for 83885d7
.github/workflows/jira_comment.yml
@@ -26,4 +26,4 @@ jobs:
26
if: startsWith(steps.extract.outputs.jira, 'SNOW-')
27
with:
28
issue: "${{ steps.extract.outputs.jira }}"
29
- comment: "{{ event.comment.user.login }} commented:\n\n{{ event.comment.body }}\n\n{{ event.comment.html_url }}"
+ comment: "${{ github.event.comment.user.login }} commented:\n\n${{ github.event.comment.body }}\n\n${{ github.event.comment.html_url }}"
0 commit comments