[#336] apply relevant changes from 1cb73ad708358d0996ecc599d930414e9f… #234
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: generate-sdks | |
| on: | |
| push: | |
| paths: | |
| - "src/objects/api/v*/openapi.yaml" | |
| - ".github/workflows/generate-sdks.yml" | |
| branches: | |
| - '**' | |
| workflow_dispatch: | |
| jobs: | |
| open-api-workflow-generate-sdks: | |
| uses: maykinmedia/open-api-workflows/.github/workflows/generate-sdks.yml@v1 | |
| strategy: | |
| matrix: | |
| version: | |
| - v2 | |
| with: | |
| node-version: '18' | |
| schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml' |