👷 Beta 插件 tg 通知

This commit is contained in:
xtaodada 2021-02-09 00:29:46 +08:00
parent d4783313fb
commit 0b9452e727
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

View File

@ -1,4 +1,4 @@
name: Github commit to telegram name: Github Beta commit to telegram
on: on:
push: push:
@ -26,10 +26,9 @@ jobs:
mkdir tmp && cd tmp mkdir tmp && cd tmp
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install requests pip install requests
# 发送通知 # 发送通知
- name: Send notice - name: Send notice
run: | run: |
cd tmp cd tmp
cp ../telegram_update_beta.py ./ cp ../telegram_update_beta.py ./
python telegram_update_beta.py ${{ secrets.TG_BOT_TOKEN }} python telegram_update_beta.py ${{ secrets.TG_BOT_TOKEN }}