From 50f990ee1f7969c9277ae545e28ab4007b0653d0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 02:02:07 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5453057..d0b9f2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,9 +46,9 @@ jobs: repository: ${{ github.repository }} token: ${{ secrets.REPO_ACCESS_TOKEN }} - - name: Gitlab Sync - uses: wangchucheng/git-repo-sync@v0.1.0 - with: - target-url: https://gitlab.com/kroese/virtual-dsm.git - target-username: kroese - target-token: ${{ secrets.GITLAB_TOKEN }} + name: Gitlab Sync + uses: wangchucheng/git-repo-sync@v0.1.0 + with: + target-url: https://gitlab.com/kroese/virtual-dsm.git + target-username: kroese + target-token: ${{ secrets.GITLAB_TOKEN }}