Skip to content

Commit 73b037f

Browse files
committed
allow setting speakeasy_version
1 parent 5b7c125 commit 73b037f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sdk_generation.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ name: Generate
1616
target:
1717
description: 'optionally: set a specific target to generate, default is all'
1818
type: string
19+
speakeasy_version:
20+
description: 'optionally: set a specific speakeasy version, default is latest'
21+
type: string
22+
default: latest
1923
schedule:
2024
- cron: 0 0 * * *
2125
jobs:
@@ -25,7 +29,7 @@ jobs:
2529
force: ${{ github.event.inputs.force }}
2630
mode: pr
2731
set_version: ${{ github.event.inputs.set_version }}
28-
speakeasy_version: latest
32+
speakeasy_version: ${{ github.event.inputs.speakeasy_version || 'latest' }}
2933
target: ${{ github.event.inputs.target }}
3034
runs-on: ubuntu-24.04
3135
secrets:

0 commit comments

Comments
 (0)