From fe0550bbf21c67eb35e0cddc7e59315a3250c8a7 Mon Sep 17 00:00:00 2001 From: speakeasy-bot Date: Mon, 1 Jul 2024 15:42:32 +0000 Subject: [PATCH] Update push code samples in generation action --- .github/workflows/speakeasy_sdk_generation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/speakeasy_sdk_generation.yml b/.github/workflows/speakeasy_sdk_generation.yml index 56a6c4b1..6b8783bf 100644 --- a/.github/workflows/speakeasy_sdk_generation.yml +++ b/.github/workflows/speakeasy_sdk_generation.yml @@ -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 schedule: - cron: 0 0 * * * jobs: @@ -19,6 +23,7 @@ jobs: with: force: ${{ github.event.inputs.force }} mode: direct + push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only) }} speakeasy_version: latest secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }}