ci: fix the GitHub action which mirrors contents of the repository
Some checks failed
Repo sync GitHub -> SVR.JS Git server / svrjsgit (push) Has been cancelled

This commit is contained in:
Dorian Niemiec 2024-09-07 07:44:25 +02:00 committed by GitHub
parent 07b9c41920
commit 0edc353a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,6 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: spyoungtech/mirror-action@v0.5.1 - uses: spyoungtech/mirror-action@v0.5.1
with: with:
REMOTE: "https://git.svrjs.org/svrjs/svrjs.git" REMOTE: "https://git.svrjs.org/svrjs/svrjs-nextjs-website.git"
GIT_USERNAME: github-mirror GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}