Skip to content

Commit

Permalink
fix: with -> variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 12, 2023
1 parent a834aa5 commit 1ef9cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Push to EICweb
uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e
with:
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks/
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
- name: Trigger EICweb
Expand All @@ -34,7 +34,7 @@ jobs:
project_id: 399
token: ${{ secrets.EICWEB_DETECTOR_BENCHMARK_TRIGGER }}
ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
with:
variables:
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}

0 comments on commit 1ef9cb8

Please sign in to comment.