Skip to content

Commit

Permalink
Update sdk_generation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimares authored Sep 4, 2024
1 parent ef1dda3 commit ce4fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
force: ${{ github.event.inputs.force }}
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') }}
set_version: ${{ github.event.inputs.set_version }}
speakeasy_version: latest
target: ${{ github.event.inputs.target }}
Expand Down

0 comments on commit ce4fdde

Please sign in to comment.