fix: Back to repository dispatch (#8468)

* fix: Back to repository dispatch

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

View File

@ -468,6 +468,11 @@ jobs:
return result;
}
- name: Dump the client payload context
env:
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
run: echo "$PAYLOAD_CONTEXT"
package:
needs: ui-test
runs-on: ubuntu-latest