Optimized
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
|||||||
echo "Workflow Name: ${{ github.workflow }}"
|
echo "Workflow Name: ${{ github.workflow }}"
|
||||||
echo "Workflow Number: ${{ github.run_number }}"
|
echo "Workflow Number: ${{ github.run_number }}"
|
||||||
echo "Workflow ID: ${{ github.run_id }}"
|
echo "Workflow ID: ${{ github.run_id }}"
|
||||||
echo "Beijing Time: $BEIJING_TIME" > time.txt
|
echo "Beijing Time: $BEIJING_TIME" | tee time.txt
|
||||||
|
|
||||||
# 删除__pycache__文件夹
|
# 删除__pycache__文件夹
|
||||||
- name: Delete __pycache__ folder
|
- name: Delete __pycache__ folder
|
||||||
|
|||||||
Reference in New Issue
Block a user