We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3702e commit 3ee4d24Copy full SHA for 3ee4d24
.github/workflows/test.yaml
@@ -40,4 +40,4 @@ jobs:
40
-H 'Circle-Token: ${{ secrets.CIRCLE_TOKEN }}' \
41
-H 'content-type: application/json' \
42
--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
+ https://circleci.com/api/v2/project/netlify/gotrue-ci/pipeline
0 commit comments