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 9fdf819 commit c779bc6Copy full SHA for c779bc6
.github/workflows/slackPing.yml
@@ -26,7 +26,7 @@ jobs:
26
fi
27
28
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
29
- MESSAGE="PR이 등록되었습니다.\n - 링크: <${{ github.event.pull_request.html_url }}>"
+ MESSAGE="PR이 등록되었습니다.\n\n - 링크: <${{ github.event.pull_request.html_url }}>"
30
31
# if [[ "${{ github.event_name }}" == "pull_request" ]] && [[ "${{ github.event.action }}" == "opened" ]]; then
32
# MESSAGE="리뷰 요청: 나를 리뷰어로 지정한 PR이 생성되었습니다.\n링크: '${{ github.event.pull_request.html_url }}'"
0 commit comments