Update main.yml

This commit is contained in:
Dorian Niemiec 2024-07-21 23:53:30 +02:00 committed by GitHub
parent 8545893bbe
commit 951a3ecffc
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/reverse-proxy-mod.git" REMOTE: "https://git.svrjs.org/svrjs/reverse-proxy-mod.git"
GIT_USERNAME: github GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}