Update build.yml
This commit is contained in:
parent
bbb1c7ae63
commit
6d3568f97c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -102,8 +102,8 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
name: Push to Gitlab mirror
|
name: Push to Gitlab mirror
|
||||||
uses: wangchucheng/git-repo-sync@v0.1.0
|
uses: kroese/gitlab-sync@v2
|
||||||
with:
|
with:
|
||||||
target-url: ${{ secrets.GITLAB_URL }}
|
url: ${{ secrets.GITLAB_URL }}
|
||||||
target-token: ${{ secrets.GITLAB_TOKEN }}
|
token: ${{ secrets.GITLAB_TOKEN }}
|
||||||
target-username: ${{ secrets.GITLAB_USERNAME }}
|
username: ${{ secrets.GITLAB_USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue