Skip to content

Commit

Permalink
Improve release notify message
Browse files Browse the repository at this point in the history
Added cool emojis πŸ˜‰
  • Loading branch information
Revanced APKs authored Sep 21, 2022
1 parent 7b7d1b6 commit ee9e828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
print("Date: "+release['body'], end="\n\n")
print("*Downloads*")
print("πŸ“¦ *Downloads*")
# Collect browser_download_url from assets in release
for asset in release['assets'][::-1]:
print(f"[{asset['name']}]({asset['browser_download_url']})")
print(f"πŸ”— [{asset['name']}]({asset['browser_download_url']})")
- name: Telegram Channel Update
uses: appleboy/telegram-action@master
Expand All @@ -68,7 +68,7 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
*RELEASE*
πŸ“‘ *RELEASE*
${{ steps.pyscript.outputs.stdout }}
Expand Down

0 comments on commit ee9e828

Please sign in to comment.