mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 22:59:23 +00:00
修复action运行失败
This commit is contained in:
parent
76028a2f28
commit
164b678635
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -30,5 +30,5 @@ jobs:
|
|||||||
# 发送通知
|
# 发送通知
|
||||||
- name: Send notice
|
- name: Send notice
|
||||||
run: |
|
run: |
|
||||||
mkdir tmp && cd tmp
|
mkdir -p tmp && cd tmp
|
||||||
python ../telegram_update.py ${{ secrets.TG_BOT_TOKEN }}
|
python ../telegram_update.py ${{ secrets.TG_BOT_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user