1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Send commit message in debug build

This commit is contained in:
luvletter2333 2022-01-23 17:44:46 +08:00
parent d041495b30
commit fef56f8a49

View File

@ -408,7 +408,7 @@ jobs:
-X POST \
-F chat_id="${{ secrets.HELPER_BOT_TARGET }}" \
-F document="@$apk" \
-F caption="$GITHUB_SHA" \
-F caption="${{ github.event.head_commit.message }}\n$GITHUB_SHA" \
--silent --show-error --fail >/dev/null
pkill telegram-bot