mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Test Inline URL
This commit is contained in:
parent
dbb7ba4c57
commit
67783fe16f
1
.github/tg.py
vendored
1
.github/tg.py
vendored
@ -20,6 +20,7 @@ def bot():
|
||||
{data['commit']['message']}
|
||||
|
||||
Signed-off-by: {data['commit']['author']['name']}
|
||||
[inline URL](http://www.example.com/)
|
||||
''', parse_mode=telegram.ParseMode.MARKDOWN)
|
||||
bot.send_media_group(TG_POST_ID, [telegram.InputMediaDocument(open('app-x86-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-x86_64-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-armeabi-v7a-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-arm64-v8a-debug.apk', 'rb'))])
|
||||
system('killall -9 python')
|
||||
|
13
.github/workflows/tg-bot.yml
vendored
13
.github/workflows/tg-bot.yml
vendored
@ -20,12 +20,6 @@ jobs:
|
||||
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: "temurin"
|
||||
cache: "gradle"
|
||||
- name: Check for Execution Orders
|
||||
run: |
|
||||
cd .github
|
||||
@ -33,6 +27,13 @@ jobs:
|
||||
python checkrun.py
|
||||
cd ..
|
||||
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: "temurin"
|
||||
cache: "gradle"
|
||||
|
||||
- name: Patch and Compile
|
||||
run: |
|
||||
cd .github
|
||||
|
Loading…
x
Reference in New Issue
Block a user