Skip to content

Commit

Permalink
chore: noversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed Oct 4, 2024
1 parent 4dff696 commit f156c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notificaion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ISSUE_AUTHOR="${{ github.event.issue.user.login }}"
# Properly format the message for Telegram with newlines and Markdown
MESSAGE="🆕 *New Issue Created!*<br/>*Title*: $ISSUE_TITLE<br/>*Description*:<br/>$ISSUE_BODY<br/>*Author*: $ISSUE_AUTHOR<br/>[View Issue]($ISSUE_URL)"
MESSAGE="🆕 *New Issue Created!*\n*Title*: $ISSUE_TITLE\n\n*Description*:\n$ISSUE_BODY\n\n*Author*: $ISSUE_AUTHOR\n\n[View Issue]($ISSUE_URL)"
echo "$MESSAGE" > message.txt
Expand Down

0 comments on commit f156c2a

Please sign in to comment.