From b7d53bd79a1db5c0db42a97fd2aaffb468b75f75 Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Mon, 27 Jan 2025 10:08:37 +0100 Subject: [PATCH] Update to latest version of github2lab_action 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 4b319c4bfb..cd4db093e9 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 }}