fix: workflow invalid repos
This commit is contained in:
parent
035bc5330c
commit
a15ab6b9f0
|
@ -19,8 +19,8 @@ jobs:
|
||||||
|
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'learningpulse/server'
|
repository: 'learningpulse/learningpulse'
|
||||||
ref: 'dev'
|
ref: 'master'
|
||||||
token: '${{ secrets.token }}'
|
token: '${{ secrets.token }}'
|
||||||
|
|
||||||
- name: 'Set up java 22'
|
- name: 'Set up java 22'
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Clone bare dev branch
|
- name: Clone bare dev branch
|
||||||
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b master
|
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b master
|
||||||
- name: Cd into directory
|
- name: Cd into directory
|
||||||
run: cd learningpulse
|
run: cd learningpulse.git
|
||||||
- name: Mirror to github
|
- name: Mirror to github
|
||||||
run: git push --mirror https://nezsha:${{ secrets.MIRROR_USER_PASSWORD }}@github.com/nezsha/lp
|
run: git push --mirror https://nezsha:${{ secrets.MIRROR_USER_PASSWORD }}@github.com/nezsha/lp
|
||||||
|
|
||||||
|
|
Reference in a new issue