Skip to content

Commit 1f04016

Browse files
authored
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.
1 parent 352deda commit 1f04016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitlab_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo "Merge the two parts of the Merge-Request to test the resulting version"
107107
git merge "${{ github.event.pull_request.head.sha }}"
108108
- name: Mirror and wait for Gitlab-CI
109-
uses: jakob-fritz/[email protected]
109+
uses: jakob-fritz/[email protected].1
110110
env:
111111
MODE: 'all' # Either 'mirror', 'get_status', 'get_artifact', or 'all'
112112
GITLAB_TOKEN: ${{ secrets.GITLAB_SECRET }}

0 commit comments

Comments
 (0)