This commit is contained in:
NianBroken
2024-02-14 17:41:59 +08:00 Unverified
parent 5a808ebd69
commit ecd1920e3b
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -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: |