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
|
||||
with:
|
||||
repository: 'learningpulse/server'
|
||||
ref: 'dev'
|
||||
repository: 'learningpulse/learningpulse'
|
||||
ref: 'master'
|
||||
token: '${{ secrets.token }}'
|
||||
|
||||
- name: 'Set up java 22'
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Clone bare dev branch
|
||||
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b master
|
||||
- name: Cd into directory
|
||||
run: cd learningpulse
|
||||
run: cd learningpulse.git
|
||||
- name: Mirror to github
|
||||
run: git push --mirror https://nezsha:${{ secrets.MIRROR_USER_PASSWORD }}@github.com/nezsha/lp
|
||||
|
||||
|
|
Reference in a new issue