Skip to content

Commit 83885d7

Browse files
SNOW-210112 fix jira comments (#196)
1 parent 666843d commit 83885d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
if: startsWith(steps.extract.outputs.jira, 'SNOW-')
2727
with:
2828
issue: "${{ steps.extract.outputs.jira }}"
29-
comment: "{{ event.comment.user.login }} commented:\n\n{{ event.comment.body }}\n\n{{ event.comment.html_url }}"
29+
comment: "${{ github.event.comment.user.login }} commented:\n\n${{ github.event.comment.body }}\n\n${{ github.event.comment.html_url }}"

0 commit comments

Comments
 (0)