fix
parent
9a8d92cb9d
commit
7d50a25cc2
|
@ -34,4 +34,4 @@ jobs:
|
|||
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
|
||||
-H "Accept: application/vnd.github.everest-preview+json" \
|
||||
-H "Authorization: token ${{ secrets.SEC_TOKEN }}" \
|
||||
-d '{"event_type": "${{ matrix.device }}", "client_payload": {"branch": "'$branch'", "device": "${{ matrix.device }}", "package_clean": "${{ github.event.inputs.package_clean }}" }}'
|
||||
-d '{"event_type": "${{ matrix.device }}", "client_payload": {"branch": "'$branch'", "device": "${{ matrix.device }}", "package_clean": "${{ github.event.inputs.package_clean }}", "debug": "${{ github.event.inputs.debug }}" }}'
|
||||
|
|
Loading…
Reference in New Issue