Update push code samples in generation action

This commit is contained in:
speakeasy-bot
2024-07-16 22:19:13 +00:00
parent 56295c1c8c
commit 1d52387886

View File

@@ -11,6 +11,10 @@ permissions:
description: Force generation of SDKs
type: boolean
default: false
push_code_samples_only:
description: Force push only code samples from SDK generation
type: boolean
default: false
set_version:
description: optionally set a specific SDK version
type: string
@@ -22,6 +26,7 @@ jobs:
with:
force: ${{ github.event.inputs.force }}
mode: pr
push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only != '' && github.event.inputs.push_code_samples_only || 'false') }}
set_version: ${{ github.event.inputs.set_version }}
speakeasy_version: latest
secrets: