Skip to content

Commit

Permalink
fix: url for triggering pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthykc committed Jan 13, 2025
1 parent 4b3702e commit 3ee4d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
-H 'Circle-Token: ${{ secrets.CIRCLE_TOKEN }}' \
-H 'content-type: application/json' \
--data '{ "branch": "master", "parameters": { "branch": "${{ github.event.pull_request.head.ref || github.ref_name }}", "commit": "${{ github.event.pull_request.head.sha || github.sha }}" } }' \
https://circleci.com/api/v2/project/gh/netlify/gotrue-ci/pipeline
https://circleci.com/api/v2/project/netlify/gotrue-ci/pipeline

0 comments on commit 3ee4d24

Please sign in to comment.