diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index 4b319c4bfbf1092046fa0202ad0fc0e786a049e2..cd4db093e998c21733a1fd9df9698bb444a35b38 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 }}