Test Inline URL

This commit is contained in:
XelXen 2022-06-18 20:50:25 +05:30 committed by GitHub
parent dbb7ba4c57
commit 67783fe16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

1
.github/tg.py vendored
View File

@ -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')

View File

@ -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