fix: Back to repository dispatch (#8469)
* fix: Back to repository dispatch * Test * Test
This commit is contained in:
parent
1caa8b2dc1
commit
fbfb7a6fd7
|
|
@ -408,6 +408,11 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- name: Dump the client payload context
|
||||||
|
env:
|
||||||
|
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
|
||||||
|
run: echo "$PAYLOAD_CONTEXT"
|
||||||
|
|
||||||
# Update check run called "ui-test-result"
|
# Update check run called "ui-test-result"
|
||||||
- name: Mark ui-test-result job as complete
|
- name: Mark ui-test-result job as complete
|
||||||
uses: actions/github-script@v1
|
uses: actions/github-script@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user