We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b28038 commit b55f2faCopy full SHA for b55f2fa
.github/workflows/sdk_generation.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
force: ${{ github.event.inputs.force }}
20
mode: pr
21
- push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only) }}
+ push_code_samples_only: ${{ github.event.inputs.push_code_samples_only }}
22
speakeasy_version: latest
23
secrets:
24
github_access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments