Update speakeasy_sdk_generation.yml

This commit is contained in:
Luke Hagar
2024-08-30 20:10:43 -05:00
committed by GitHub
parent 454b20d045
commit 4fe1356250

View File

@@ -23,7 +23,7 @@ jobs:
with: with:
force: ${{ github.event.inputs.force }} force: ${{ github.event.inputs.force }}
mode: direct mode: direct
push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only) }} push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only != '' && github.event.inputs.push_code_samples_only || 'false') }}
speakeasy_version: latest speakeasy_version: latest
secrets: secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}