Skip to content

Commit 3ee4d24

Browse files
committed
fix: url for triggering pipeline
1 parent 4b3702e commit 3ee4d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
-H 'Circle-Token: ${{ secrets.CIRCLE_TOKEN }}' \
4141
-H 'content-type: application/json' \
4242
--data '{ "branch": "master", "parameters": { "branch": "${{ github.event.pull_request.head.ref || github.ref_name }}", "commit": "${{ github.event.pull_request.head.sha || github.sha }}" } }' \
43-
https://circleci.com/api/v2/project/gh/netlify/gotrue-ci/pipeline
43+
https://circleci.com/api/v2/project/netlify/gotrue-ci/pipeline

0 commit comments

Comments
 (0)