fix: Back to repository dispatch (#8469)

* fix: Back to repository dispatch

* Test

* Test
This commit is contained in:
Nidhi 2021-10-12 18:42:45 +05:30 committed by GitHub
parent 1caa8b2dc1
commit fbfb7a6fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,6 +408,11 @@ jobs:
run:
shell: bash
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"
- name: Mark ui-test-result job as complete
uses: actions/github-script@v1