Update main.yml
This commit is contained in:
parent
796570a17f
commit
19c9c219f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: spyoungtech/mirror-action@v0.5.1
|
||||
with:
|
||||
REMOTE: "https://git.svrjs.org/svrjs-installer-linux.git"
|
||||
GIT_USERNAME: github
|
||||
REMOTE: "https://git.svrjs.org/svrjs/svrjs-installer-linux.git"
|
||||
GIT_USERNAME: github-mirror
|
||||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue