Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ inputs:
if not provided, requires 'id-token: write' permission). Required for GitLab CI.
required: false
project:
description: Stainless project name.
required: true
description: >-
Stainless project name. If omitted, will be auto-detected when the API key
has access to exactly one project.
required: false
oas_path:
description: >-
Path to your OpenAPI spec. If omitted, and `merge_branch` is false,
Expand Down
Loading