Update main.yml
This commit is contained in:
parent
ee47900d00
commit
de3f3fff3a
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
|
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-shortener.git"
|
REMOTE: "https://git.svrjs.org/svrjs/svrjs-shortener.git"
|
||||||
GIT_USERNAME: github
|
GIT_USERNAME: github-mirror
|
||||||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue