Skip to content

Commit 59fcb01

Browse files
committed
fix: url
1 parent 8aa880f commit 59fcb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/orca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
--silent --show-error --fail \
3131
--request POST \
3232
--header "PRIVATE-TOKEN: ${{ secrets.ORCA_TOKEN }}" \
33-
"https://code.jlab.org/api/v4/projects/${{ secrets.ORCA_PROJECT_ID }}/trigger/pipeline?ref=main" \
33+
"https://code.jlab.org/api/v4/projects/${{ secrets.ORCA_PROJECT_ID }}/pipeline?ref=main" \
3434
--data "variables[REF_COATJAVA]=${{ github.head_ref || github.ref_name }}" \
3535
--data "variables[TRIGGERED_BY]=github" \
3636
--data "variables[GITHUB_EVENT]=${{ github.event_name }}" \

0 commit comments

Comments
 (0)