修复action运行失败

This commit is contained in:
c3b2a 2021-01-23 08:31:43 +08:00 committed by GitHub
parent 76028a2f28
commit 164b678635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}