Skip to content

Commit

Permalink
Fix actions clone
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 authored Jan 23, 2024
1 parent 736892c commit 99c00da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
push-mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Push to remote repo
run: git clone https://github.com/ARF20NET/arfnet2-web && cd arfnet2-web

- name: Push to remote repo
run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master --force
run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master

0 comments on commit 99c00da

Please sign in to comment.