Browse Source

chore: payload for dispatch action

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/6382/head
mertmit 1 year ago
parent
commit
c3f5d476e0
  1. 3
      .github/workflows/dispatch-oss.yml

3
.github/workflows/dispatch-oss.yml

@ -16,5 +16,6 @@ jobs:
const result = await github.rest.repos.createDispatchEvent({
owner: 'nocodb',
repo: 'nocohub',
event_type: 'OSS'
event_type: 'OSS',
client_payload: ${{ toJSON(github.event) }}
})

Loading…
Cancel
Save