From 60b75343af2b70a318c3808c0d77e04be092b596 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 4 May 2023 11:34:37 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 716b944..629dd4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,8 +102,8 @@ jobs: fetch-depth: 0 - name: Push to Gitlab mirror - uses: wangchucheng/git-repo-sync@v0.1.0 + uses: kroese/gitlab-sync@v2 with: - target-url: ${{ secrets.GITLAB_URL }} - target-token: ${{ secrets.GITLAB_TOKEN }} - target-username: ${{ secrets.GITLAB_USERNAME }} + url: ${{ secrets.GITLAB_URL }} + token: ${{ secrets.GITLAB_TOKEN }} + username: ${{ secrets.GITLAB_USERNAME }}