Skip to content

Commit

Permalink
Merge pull request #154 from ZhuJHua/dev
Browse files Browse the repository at this point in the history
chore(*): adjust the output format of outdated dependencies in the Te…
  • Loading branch information
ZhuJHua authored Jan 27, 2025
2 parents 74b8f4d + ac23cda commit 4e05adc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/telegram-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: html
format: markdown
message: |
🎉 A new release is live! 🎉
🎉 **A new release is live!** 🎉
Release Name: ${{ env.RELEASE_NAME }}
Tag: ${{ env.RELEASE_TAG }}
Release Notes:
**Version:** ${{ env.RELEASE_TAG }}
**Release Notes:**
${{ env.RELEASE_NOTES }}
🔗 View Release: ${{ env.RELEASE_URL }}
🔗 [View Release](${{ env.RELEASE_URL }})

0 comments on commit 4e05adc

Please sign in to comment.