Skip to content

Commit

Permalink
Change workflow config_path and project name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Jun 23, 2024
1 parent 035b39a commit 5cb11da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: "./openapi.yml"
config_path: "./openapi.stainless.yml"
project_name: 'open-transit'
config_path: "./stainless-config.yml"
project_name: 'oba'
5 changes: 1 addition & 4 deletions openapi.stainless.yml → stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ resources:
arrival_and_departure_for_stop:
methods:
retrieve: get /api/where/arrival-and-departure-for-stop/{stopID}.json
# arrivals_and_departures_for_stop:
# methods:
# retrieve: get /api/where/arrivals-and-departures-for-stop/{stopID}.json
$shared:
models:
references: Reference
response_wrapper: ResponseWrapper
targets:
node:
package_name: onebusaway-sdk
production_repo: OneBusAway/js-sdk
production_repo: onebusaway/js-sdk
publish:
npm: true
python:
Expand Down

0 comments on commit 5cb11da

Please sign in to comment.