pull/1255/head
John Doe 2022-10-02 20:26:50 +08:00
parent 9a8d92cb9d
commit 7d50a25cc2
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}" }}'