Update main.yml

This commit is contained in:
碎念_Nian
2024-02-13 13:16:42 +08:00
committed by GitHub
Unverified
parent a0ed1713d1
commit fd0ba86079
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
cp -r backup/*.txt . || echo "No .txt files to restore"
rm -rf backup
# 运行主程序main.py
# 运行主程序 main.py
- name: Run main.py
env:
FORCE_PUSH_MESSAGE: ${{ github.event.inputs.force_push_message }}