chore: Remove unused "subGroups" property in openapi.yml #14
This file contains 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: Uploads OpenAPI spec to Stainless | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
stainless: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: Uploads OpenAPI spec to Stainless | |
uses: stainless-api/upload-openapi-spec-action@main | |
with: | |
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }} | |
input_path: "./openapi.yml" | |
config_path: "./stainless-config.yml" | |
project_name: "open-transit" |