Skip to content

Commit 18bfb4e

Browse files
author
kawabuchi4280
committed
~modify message
1 parent 5c2b094 commit 18bfb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
MERGED=$(jq -r '.pull_request.merged' event.json)
6767
6868
URL=$(jq -r '.pull_request.html_url' event.json)
69-
MESSAGE="*$PR_TITLE*\n$PR_BODY"
69+
MESSAGE=$(printf "*%s*\n%s" "$PR_TITLE" "$PR_BODY")
7070
7171
if [ "$MERGED" == "true" ]; then
7272
EMOJI="🎉"; TITLE="Merged PR #$PR_NUM"; COLOR="#6f42c1"

0 commit comments

Comments
 (0)