|
@@ -110,5 +110,10 @@ jobs:
|
|
|
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
|
-H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
-H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
+ -d '{"event_type": "mvebu_cortexa9", "client_payload": {"target": "mvebu_cortexa9"}}'
|
|
|
+ curl \
|
|
|
+ -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
|
|
+ -H "Accept: application/vnd.github.everest-preview+json" \
|
|
|
+ -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
|
|
|
-d '{"event_type": "bcm53xx", "client_payload": {"target": "bcm53xx"}}'
|
|
|
|