We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12010b5 commit 20a63e8Copy full SHA for 20a63e8
.github/workflows/pnnl_mirror.yaml
@@ -34,4 +34,4 @@ jobs:
34
35
# Trigger CI pipeline since it was skipped in the above push
36
- name: Trigger Pipeline
37
- run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/api/v4/projects/1619/trigger/pipeline
+ run: curl -X POST -F token=${{ secrets.PNNL_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://gitlab.pnnl.gov/api/v4/projects/1719/trigger/pipeline
0 commit comments