We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d1c00 commit 3baa785Copy full SHA for 3baa785
1 file changed
.github/workflows/gitlab-trigger.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Trigger GitLab CI for Dev
14
env:
15
- GITLAB_TRIGGER_URL_DEV: https://codebase.helmholtz.cloud/api/v4/projects/12722/ref/develop/trigger/pipeline
+ GITLAB_TRIGGER_URL_DEV: https://codebase.helmholtz.cloud/api/v4/projects/12722/trigger/pipeline
16
GITLAB_TOKEN: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
17
run: |
18
curl -X POST "$GITLAB_TRIGGER_URL_DEV" \
0 commit comments