Reverted test, it doesn't work
This commit is contained in:
parent
9c6cfdb261
commit
58c92f92ac
|
|
@ -38,9 +38,4 @@ jobs:
|
||||||
|
|
||||||
- name: Trigger KiCad-Auto-Test image build
|
- name: Trigger KiCad-Auto-Test image build
|
||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k6"}'
|
||||||
--url https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches \
|
|
||||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
|
||||||
--header 'content-type: application/json' \
|
|
||||||
--data '{"event_type": "build_k6"}' \
|
|
||||||
--fail
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue