From 25c4027c80478d86d840b7fb4616b2de4c21588a Mon Sep 17 00:00:00 2001 From: Cdm2883 Date: Tue, 21 Jan 2025 21:54:54 +0800 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 699e31a..a4d11d5 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -18,14 +18,22 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} path: temp-repo + - run: | + cwd + ls -R + - name: Checkout the current repository (destination repository) uses: actions/checkout@v2 with: token: ${{ secrets.GITHUB_TOKEN }} + + - run: | + cwd + ls -R - name: Copy files from MineBuilders/.github to current repository run: | - cp -r temp-repo/* . + cp -r ./temp-repo/* . - name: Commit and push to the main branch run: |