mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 13:38:52 +00:00
update config
This commit is contained in:
@@ -147,9 +147,9 @@ jobs:
|
||||
curl -X POST --data-urlencode "parse_mode=Markdown" --data-urlencode "disable_web_page_preview=true" --data-urlencode "text=${MSG}" --data-urlencode "chat_id=${TG_CHAT}" "$POST"
|
||||
|
||||
- name: Report to Discord
|
||||
if: env.TG_TOKEN != null
|
||||
env:
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
if: env.DISCORD_WEBHOOK_URL != null
|
||||
run: |
|
||||
cd build || { echo "build folder not found"; exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user