Skip to content
Snippets Groups Projects
Commit b79f223c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: correct syntax for trigger-gitlab-ci variables

parent 104e1120
No related branches found
No related tags found
1 merge request!51New github workflows: convert geometry etc, artifacts
......@@ -132,8 +132,8 @@ jobs:
token: ${{ secrets.EICWEB_DETECTOR_BENCHMARK_TRIGGER }}
ref_name: master
variables: |
JUGGLER_DETECTOR_REPOSITORYURL: ${{ github.repositoryUrl }}
JUGGLER_DETECTOR_VERSION: ${{ github.ref_name }}
JUGGLER_DETECTOR_REPOSITORYURL=${{ github.repositoryUrl }}
JUGGLER_DETECTOR_VERSION=${{ github.ref_name }}
- uses: peter-evans/commit-comment@v2
with:
body: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment