fix: workflow invalid repos
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Failing after 26s
Mirror dev branch to remote / build (push) Failing after 13s

This commit is contained in:
2005 2024-09-05 17:59:43 +02:00
parent 035bc5330c
commit a15ab6b9f0
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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