Skip to content

Commit 4a0445e

Browse files
authored
Merge pull request #10 from code-with-amirhossein/amir78729-patch-10
Update announcement.yml
2 parents 798f9e1 + 123f8fb commit 4a0445e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/announcement.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
with:
1717
to: ${{ secrets.TELEGRAM_TO }}
1818
token: ${{ secrets.TELEGRAM_TOKEN }}
19-
format: MarkdownV2
19+
format: html
2020
message: |
21-
🚀 New Release for *[Design System](https://github.com/${{ github.repository }})*
22-
23-
🔗 [View PR \#${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
24-
📦 [Releases](https://github.com/${{ github.repository }}/releases)
25-
21+
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b><br><br>
22+
🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a><br>
23+
📦 <a href="https://github.com/${{ github.repository }}/releases">Releases</a>

0 commit comments

Comments
 (0)