Skip to content

Commit

Permalink
✏️ Fix typo inside stainless workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 24, 2024
1 parent 8c85796 commit d99a373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: stainless-api/upload-openapi-spec-action@main
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: 'packages/api/swagger/sagger-spec.yaml'
input_path: 'packages/api/swagger/swagger-spec.yaml'
project_name: 'panora2'

0 comments on commit d99a373

Please sign in to comment.