Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 25, 2024
1 parent b24e37d commit 6c674db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
slack_username=$(cat .github/user-mapping.json | jq -r --arg commenter "$commenter" '.[$commenter]')
if [ "$slack_username" != "null" ]; then
curl -X POST -H 'Content-type: application/json' --data '{
"text": "@'$slack_username'๋‹˜์ด ์ฝ”๋ฉ˜ํŠธ๋ฅผ ๋‹ฌ์•˜์Šต๋‹ˆ๋‹ค:\n${{ github.event.comment.body }}",
"text": "@'$slack_username'๋‹˜์ด ์ฝ”๋ฉ˜ํŠธ๋ฅผ ๋‹ฌ์•˜์Šต๋‹ˆ๋‹ค ๐Ÿ’Œ:\n${{ github.event.comment.body }}",
"thread_ts": "${{ env.SLACK_MESSAGE_TS }}"
}' ${{ secrets.SLACK_BOT_ACCESS_TOKEN }}
else
Expand Down

0 comments on commit 6c674db

Please sign in to comment.