Skip to content

Commit c779bc6

Browse files
authored
Update slackPing.yml
1 parent 9fdf819 commit c779bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slackPing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fi
2727
2828
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
29-
MESSAGE="PR이 등록되었습니다.\n - 링크: <${{ github.event.pull_request.html_url }}>"
29+
MESSAGE="PR이 등록되었습니다.\n\n - 링크: <${{ github.event.pull_request.html_url }}>"
3030
3131
# if [[ "${{ github.event_name }}" == "pull_request" ]] && [[ "${{ github.event.action }}" == "opened" ]]; then
3232
# MESSAGE="리뷰 요청: 나를 리뷰어로 지정한 PR이 생성되었습니다.\n링크: '${{ github.event.pull_request.html_url }}'"

0 commit comments

Comments
 (0)