From f09dda4d82ae8018b11379c1dd964876f129fd90 Mon Sep 17 00:00:00 2001 From: mertmit Date: Thu, 14 Sep 2023 19:04:53 +0300 Subject: [PATCH] chore: payload for dispatch action Signed-off-by: mertmit --- .github/workflows/dispatch-oss.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-oss.yml b/.github/workflows/dispatch-oss.yml index 3db310bc79..272d054370 100644 --- a/.github/workflows/dispatch-oss.yml +++ b/.github/workflows/dispatch-oss.yml @@ -16,5 +16,8 @@ jobs: const result = await github.rest.repos.createDispatchEvent({ owner: 'nocodb', repo: 'nocohub', - event_type: 'OSS' + event_type: 'OSS', + client_payload: { + push: ${{ toJSON(github.event) }} + } })