From fc3fcee56222f8a653f4f71c6f0f9851db5f024a Mon Sep 17 00:00:00 2001 From: NianBroken Date: Wed, 22 May 2024 10:10:21 +0800 Subject: [PATCH] Update the project structure by moving the Python script files to a folder called "scripts" and the data files to a folder called "data" to organize the project files more clearly. --- .github/workflows/delete_old_runs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete_old_runs.yml b/.github/workflows/delete_old_runs.yml index ccbe73f..ac410bc 100644 --- a/.github/workflows/delete_old_runs.yml +++ b/.github/workflows/delete_old_runs.yml @@ -62,7 +62,7 @@ jobs: export BEIJING_TIME="$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')" echo "BEIJING_TIME=$BEIJING_TIME" >> $GITHUB_OUTPUT if [ -n "$GITHUB_TOKEN" ]; then - python delete_old_runs.py + python scripts/delete_old_runs.py echo "------" else exit 0