Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Oct 10, 2024
1 parent 2fe0614 commit 01ecd85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Upload OpenAPI spec to Stainless
on:
push:
branches: [main]
workflow_dispatch:

jobs:
stainless:
concurrency: upload-openapi-spec-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,8 +16,7 @@ jobs:
input_path: 'openapi.json'
config_path: 'openapi.stainless.yml'
output_path: 'honcho-openapi.documented.json'
project_name: 'Honcho'
project_name: 'honcho'
- uses: actions/upload-artifact@v4
with:
path: honcho-openapi.documented.json

0 comments on commit 01ecd85

Please sign in to comment.