Browse Source

chore: payload for dispatch action

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

5
.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) }}
}
})

Loading…
Cancel
Save