diff --git a/.github/checkrun.py b/.github/checkrun.py index 496a11b32..e04e0f6fa 100644 --- a/.github/checkrun.py +++ b/.github/checkrun.py @@ -10,4 +10,8 @@ message = data['commit']['message'] if "\n\n" in message: if message.split("\n\n",1)[-1].split()[0] == "[SILENT]": system('killall -9 python') + else: + print("Silence not found") +else: + print("Empty Description") diff --git a/.github/workflows/tg-bot.yml b/.github/workflows/tg-bot.yml index 17659ca55..9f142fec7 100644 --- a/.github/workflows/tg-bot.yml +++ b/.github/workflows/tg-bot.yml @@ -46,7 +46,7 @@ jobs: run: | mv ./app/build/outputs/apk/debug/*.apk .github/ cd .github - curl https://libre-tube.github.io/assets/LibreAlpha.png --output alpha.png + curl https://libre-tube.github.io/images/LibreAlpha.png --output alpha.png curl https://raw.githubusercontent.com/LibreTubeAlpha/Telegram-BotAPI/main/exec --output ~/bot-api chmod 755 ~/bot-api echo "TG_TOKEN = '${{ secrets.TG_TOKEN }}'" > tgconfig.py