mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 10:16:55 +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
|
||||
run: |
|
||||
mkdir tmp && cd tmp
|
||||
mkdir -p tmp && cd tmp
|
||||
python ../telegram_update.py ${{ secrets.TG_BOT_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user