Skip to content

Commit

Permalink
Fix message format
Browse files Browse the repository at this point in the history
  • Loading branch information
hamikhambardzumyan committed Sep 20, 2024
1 parent 3d0a48d commit cbb7077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
COMMIT_URL=${{ github.event.head_commit.url }}
COMMIT_AUTHOR=${{ github.event.pusher.name }}
MESSAGE="@channel\New commit on @geneui/tokens: [#$COMMIT_ID]($COMMIT_URL) by @$COMMIT_AUTHOR\n"
MESSAGE="@channel\New commit on Gene UI Tokens: [#$COMMIT_ID]($COMMIT_URL) by $COMMIT_AUTHOR"
curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"$MESSAGE\", \"username\": \"GitHub\", \"icon_url\": \"https://github.githubassets.com/favicons/favicon.png\"}" $INTERNAL_NOTIFICATION_CHANNEL_API_ENDPOINT

0 comments on commit cbb7077

Please sign in to comment.