From 4fe1356250aa44e4ae13b782fe5926c694c341e8 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 30 Aug 2024 20:10:43 -0500 Subject: [PATCH] Update speakeasy_sdk_generation.yml --- .github/workflows/speakeasy_sdk_generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/speakeasy_sdk_generation.yml b/.github/workflows/speakeasy_sdk_generation.yml index ba98b68c..2081e564 100644 --- a/.github/workflows/speakeasy_sdk_generation.yml +++ b/.github/workflows/speakeasy_sdk_generation.yml @@ -23,7 +23,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') }} speakeasy_version: latest secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }}