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.

This commit is contained in:
NianBroken
2024-05-22 10:10:21 +08:00 Unverified
parent a5fcd627ca
commit fc3fcee562
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
export BEIJING_TIME="$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')" export BEIJING_TIME="$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')"
echo "BEIJING_TIME=$BEIJING_TIME" >> $GITHUB_OUTPUT echo "BEIJING_TIME=$BEIJING_TIME" >> $GITHUB_OUTPUT
if [ -n "$GITHUB_TOKEN" ]; then if [ -n "$GITHUB_TOKEN" ]; then
python delete_old_runs.py python scripts/delete_old_runs.py
echo "------" echo "------"
else else
exit 0 exit 0