Update
This commit is contained in:
@@ -73,6 +73,11 @@ jobs:
|
|||||||
rsync -av --include="*/" --include="*$EXT" --exclude="*" ./ backup/
|
rsync -av --include="*/" --include="*$EXT" --exclude="*" ./ backup/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: List backup folder structure
|
||||||
|
run: |
|
||||||
|
echo "Backup Folder Structure:"
|
||||||
|
ls -R backup/
|
||||||
|
|
||||||
# 将上游main分支的更改强制推送到当前main分支
|
# 将上游main分支的更改强制推送到当前main分支
|
||||||
- name: Force push changes from upstream to current main branch
|
- name: Force push changes from upstream to current main branch
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ force_push_message = force_push_message == "True"
|
|||||||
# 当前分支的main.yml文件与上游分支的main.yml文件是否不一致
|
# 当前分支的main.yml文件与上游分支的main.yml文件是否不一致
|
||||||
main_yml_files_inconsistent = main_yml_files_inconsistent == "True"
|
main_yml_files_inconsistent = main_yml_files_inconsistent == "True"
|
||||||
|
|
||||||
print(f"test:{main_yml_files_inconsistent}")
|
|
||||||
|
|
||||||
# 初始化运行日志
|
# 初始化运行日志
|
||||||
run_log = ""
|
run_log = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user