Skip to content

Commit

Permalink
Merge pull request #43 from route06/fix-gh_discussion_comment_to_slac…
Browse files Browse the repository at this point in the history
…k-part2

Fix gh_discussion_comment_to_slack.yml part2
  • Loading branch information
masutaka authored Jun 18, 2024
2 parents f33a274 + 4b9c940 commit 50218e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_discussion_comment_to_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
printf -v markdown_message_escaped %b "$body"
jq -n \
--arg pretext "New discussion comment by <${{ github.event.comment.user.html_url }}|${{ github.event.comment.user.login }}>" \
--arg title "*<${{ github.event.comment.html_url }}|Comment on #${{ toJSON(github.event.discussion.number) }} ${{ toJSON(env.DISCUSSION_TITLE) }}>*" \
--arg title "*<${{ github.event.comment.html_url }}|Comment on #${{ toJSON(github.event.discussion.number) }} ${{ env.DISCUSSION_TITLE }}>*" \
--arg text "$markdown_message_escaped" '
{
"attachments": [
Expand Down

0 comments on commit 50218e3

Please sign in to comment.