Update main.yml

This commit is contained in:
碎念_Nian
2024-02-02 21:59:08 +08:00
committed by GitHub
Unverified
parent a3bbc9935d
commit 8bd8040bd8
-3
View File
@@ -47,9 +47,6 @@ jobs:
run: |
cp backup/*.txt . || echo "No .txt files to restore"
rm -rf backup
git checkout main
git reset --hard upstream/main
git push origin main --force
- name: Run main.py # 运行主程序main.py
run: python main.py