From ecd1920e3bbf2786e795a214ed8f669f5746b59c Mon Sep 17 00:00:00 2001 From: NianBroken Date: Wed, 14 Feb 2024 17:41:59 +0800 Subject: [PATCH] Update --- .github/workflows/main.yml | 5 +++++ main.py | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d4e71e..2826373 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,6 +73,11 @@ jobs: rsync -av --include="*/" --include="*$EXT" --exclude="*" ./ backup/ done + - name: List backup folder structure + run: | + echo "Backup Folder Structure:" + ls -R backup/ + # 将上游main分支的更改强制推送到当前main分支 - name: Force push changes from upstream to current main branch run: | diff --git a/main.py b/main.py index a870f7e..2a5cac9 100644 --- a/main.py +++ b/main.py @@ -33,8 +33,6 @@ force_push_message = force_push_message == "True" # 当前分支的main.yml文件与上游分支的main.yml文件是否不一致 main_yml_files_inconsistent = main_yml_files_inconsistent == "True" -print(f"test:{main_yml_files_inconsistent}") - # 初始化运行日志 run_log = ""