chore(*): adjust the output format of outdated dependencies in the Telegram bot workflow

[skip ci]
This commit is contained in:
ZhuJHua
2025-01-27 17:27:32 +08:00
parent ac23cdaeb1
commit e9498646e2

View File

@@ -42,12 +42,13 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
format: html
message: |
🎉 **A new release is live!** 🎉
🎉 A new release is live! 🎉
**Version:** ${{ env.RELEASE_TAG }}
**Release Notes:**
Version: ${{ env.RELEASE_TAG }}
Release Notes:
${{ env.RELEASE_NOTES }}
🔗 [View Release](${{ env.RELEASE_URL }})
🔗 View Release: ${{ env.RELEASE_URL }}