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 5b7c125 commit 73b037fCopy full SHA for 73b037f
1 file changed
.github/workflows/sdk_generation.yaml
@@ -16,6 +16,10 @@ name: Generate
16
target:
17
description: 'optionally: set a specific target to generate, default is all'
18
type: string
19
+ speakeasy_version:
20
+ description: 'optionally: set a specific speakeasy version, default is latest'
21
+ type: string
22
+ default: latest
23
schedule:
24
- cron: 0 0 * * *
25
jobs:
@@ -25,7 +29,7 @@ jobs:
29
force: ${{ github.event.inputs.force }}
26
30
mode: pr
27
31
set_version: ${{ github.event.inputs.set_version }}
28
- speakeasy_version: latest
32
+ speakeasy_version: ${{ github.event.inputs.speakeasy_version || 'latest' }}
33
target: ${{ github.event.inputs.target }}
34
runs-on: ubuntu-24.04
35
secrets:
0 commit comments