Skip to content

Commit

Permalink
Fix previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Feb 20, 2024
1 parent 46e9afa commit 9818585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-dev-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
--fail \
-F "token=$GITLAB_PIPELINE_TRIGGER_TOKEN" \
-F "ref=main" \
-F "variables[REPO]=${{github.repositoryUrl}}" \
-F "variables[REPO]=${{github.repository}}" \
https://gitlab.kuleuven.be/api/v4/projects/17581/trigger/pipeline
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
--fail \
-F "token=$GITLAB_PIPELINE_TRIGGER_TOKEN" \
-F "ref=main" \
-F "variables[REPO]=${{github.repositoryUrl}}" \
-F "variables[REPO]=${{github.repository}}" \
-F "variables[RELEASE_TAG]=${{github.ref_name}}" \
https://gitlab.kuleuven.be/api/v4/projects/17581/trigger/pipeline
Expand Down

0 comments on commit 9818585

Please sign in to comment.