Skip to content

Merge pull request #8522 from nocodb/test/fix-multi-field-editor-test #1179

Merge pull request #8522 from nocodb/test/fix-multi-field-editor-test

Merge pull request #8522 from nocodb/test/fix-multi-field-editor-test #1179

Workflow file for this run

name: "Dispatch OSS"
on:
workflow_dispatch:
push:
branches: [ develop ]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.OSS_DISPATCH }}
script: |
const result = await github.rest.repos.createDispatchEvent({
owner: 'nocodb',
repo: 'nocohub',
event_type: 'OSS',
client_payload: {
push: ${{ toJSON(github.event) }}
}
})