mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 05:09:15 +00:00
继续修复action
This commit is contained in:
parent
164b678635
commit
03f28a8982
5
.github/workflows/python.yml
vendored
5
.github/workflows/python.yml
vendored
@ -30,5 +30,6 @@ jobs:
|
||||
# 发送通知
|
||||
- name: Send notice
|
||||
run: |
|
||||
mkdir -p tmp && cd tmp
|
||||
python ../telegram_update.py ${{ secrets.TG_BOT_TOKEN }}
|
||||
cd tmp
|
||||
cp ../telegram_update.py ./
|
||||
python telegram_update.py ${{ secrets.TG_BOT_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user