Skip to content

Commit 6cd8561

Browse files
authored
Use v1 of gitlab sync action
1 parent 91f61f8 commit 6cd8561

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mirror.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Push to EICweb
26-
uses: eic/gitlab-sync@master
26+
uses: eic/gitlab-sync@v1
2727
with:
2828
url: https://eicweb.phy.anl.gov/EIC/campaigns/datasets.git
2929
token: ${{ secrets.GITLAB_TOKEN }}
@@ -56,4 +56,5 @@ jobs:
5656
-H "Authorization: Bearer $GITHUB_TOKEN" \
5757
-H "X-GitHub-Api-Version: 2022-11-28" \
5858
-d '{"context": "eicweb/campaigns/datasets (nightly, '"$DETECTOR_CONFIG"')", "state": "pending", "description": "Waiting for response from the EICweb", "target_url": "${{ fromJson(steps.trigger_eicweb.outputs.json).web_url }}"}' \
59-
"https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha || github.sha }}"
59+
60+
"https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha || github.sha }}"

0 commit comments

Comments
 (0)