Skip to content

Commit bcc7d0e

Browse files
committed
Update generation action to include version overrides
1 parent 3fee2e8 commit bcc7d0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ name: Generate
1010
description: Force push only code samples from SDK generation
1111
type: boolean
1212
default: false
13+
set_version:
14+
description: optionally set a specific SDK version
15+
type: string
16+
target:
17+
description: 'optionally: set a specific target to generate, default is all'
18+
type: string
1319
schedule:
1420
- cron: 0 0 * * *
1521
jobs:
@@ -18,7 +24,9 @@ jobs:
1824
with:
1925
force: ${{ github.event.inputs.force }}
2026
mode: pr
27+
set_version: ${{ github.event.inputs.set_version }}
2128
speakeasy_version: latest
29+
target: ${{ github.event.inputs.target }}
2230
secrets:
2331
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2432
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)