mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
Add html url
This commit is contained in:
parent
eab7a8d9ba
commit
25453c7066
2
.github/tg.py
vendored
2
.github/tg.py
vendored
@ -17,7 +17,7 @@ def bot():
|
||||
bot = telegram.Bot(TG_TOKEN, base_url="http://0.0.0.0:8081/bot")
|
||||
bot.send_photo(TG_POST_ID, open('alpha.png', 'rb'), f'''*Libretube {data['sha'][0:7]} // Alpha*
|
||||
|
||||
[{data['commit']['message']}]({data['commit']['url']})
|
||||
[{data['commit']['message']}]({data['html_url']})
|
||||
|
||||
Signed-off-by: {data['commit']['author']['name']}
|
||||
''', parse_mode=telegram.ParseMode.MARKDOWN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user