From bcf5a896a20400dabe0dd4e93239ad17b039bbc0 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:07:30 -0700 Subject: [PATCH] Update gitlab-sync.yml --- .github/workflows/gitlab-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-sync.yml b/.github/workflows/gitlab-sync.yml index f194c69..97b59fc 100644 --- a/.github/workflows/gitlab-sync.yml +++ b/.github/workflows/gitlab-sync.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: MatthiesenXYZ/git-sync-action@v1 + - uses: MatthiesenXYZ/git-sync-action@v1.0.1 with: # Such as https://github.com/wangchucheng/git-repo-sync.git target-url: ${{ secrets.GITLAB_URL }}