继续修复action

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

View File

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