fix: Back to repository dispatch (#8468)
* fix: Back to repository dispatch * Test
This commit is contained in:
parent
5919d4ed6d
commit
1caa8b2dc1
|
|
@ -468,6 +468,11 @@ jobs:
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- name: Dump the client payload context
|
||||||
|
env:
|
||||||
|
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
|
||||||
|
run: echo "$PAYLOAD_CONTEXT"
|
||||||
|
|
||||||
package:
|
package:
|
||||||
needs: ui-test
|
needs: ui-test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user