Skip to content

Commit ed22be5

Browse files
authored
Update announcement.yml
1 parent 7bec02a commit ed22be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/announcement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
token: ${{ secrets.TELEGRAM_TOKEN }}
4141
format: html
4242
message: |
43-
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}"><code>${{ github.repository }}</code></a>!</b>
43+
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a>!</b>
4444
45-
🔗 View PR: <a href="${{ github.event.pull_request.html_url }}"><b>${{ github.event.pull_request.title }}</b>#${{ github.event.pull_request.number }}</a>
45+
🔗 PR: <a href="${{ github.event.pull_request.html_url }}"><b>${{ github.event.pull_request.title }}</b>#${{ github.event.pull_request.number }}</a>
4646
4747
📦 <b>Released Packages:</b>
4848
${{ env.RELEASE_LINKS }}

0 commit comments

Comments
 (0)