From 1f0401612802865a797bdfa8134cfa3f94940c81 Mon Sep 17 00:00:00 2001 From: jakob-fritz <37077134+jakob-fritz@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:31:06 +0100 Subject: [PATCH] Update to latest version of github2lab_action (#519) That new version fails early if Gitlab-repo-url cannot be found. This indicates an issue with tokens or variables. --- .github/workflows/gitlab_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index 4b319c4bf..cd4db093e 100644 --- a/.github/workflows/gitlab_ci.yml +++ b/.github/workflows/gitlab_ci.yml @@ -106,7 +106,7 @@ jobs: echo "Merge the two parts of the Merge-Request to test the resulting version" git merge "${{ github.event.pull_request.head.sha }}" - name: Mirror and wait for Gitlab-CI - uses: jakob-fritz/github2lab_action@v0.8 + uses: jakob-fritz/github2lab_action@v0.8.1 env: MODE: 'all' # Either 'mirror', 'get_status', 'get_artifact', or 'all' GITLAB_TOKEN: ${{ secrets.GITLAB_SECRET }} -- GitLab