Skip to content

Commit b55f2fa

Browse files
committed
fix push_code_samples_only trigger introduced by speakeasybot
1 parent 0b28038 commit b55f2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
force: ${{ github.event.inputs.force }}
2020
mode: pr
21-
push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only) }}
21+
push_code_samples_only: ${{ github.event.inputs.push_code_samples_only }}
2222
speakeasy_version: latest
2323
secrets:
2424
github_access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)