diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2826373..f431ea2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,10 +73,10 @@ jobs: rsync -av --include="*/" --include="*$EXT" --exclude="*" ./ backup/ done - - name: List backup folder structure + - name: List Backup Folder Structure run: | echo "Backup Folder Structure:" - ls -R backup/ + tree backup/ # 将上游main分支的更改强制推送到当前main分支 - name: Force push changes from upstream to current main branch