Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 authored Jan 21, 2025
1 parent dd1a92b commit 25c4027
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 25c4027

Please sign in to comment.