This commit is contained in:
NianBroken
2024-02-14 17:07:30 +08:00 Unverified
parent 9856cd1bac
commit 8822b9907b
+1 -1
View File
@@ -169,7 +169,7 @@ jobs:
echo "Workflow Name: ${{ github.workflow }}"
echo "Workflow Number: ${{ github.run_number }}"
echo "Workflow ID: ${{ github.run_id }}"
echo "Beijing Time: $BEIJING_TIME" | # tee time.txt 去掉注释后可将时间写入文件
echo "Beijing Time: $BEIJING_TIME" # | tee time.txt 去掉注释后可将时间写入文件
# 删除__pycache__文件夹
- name: Delete __pycache__ folder