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 3fee2e8 commit bcc7d0eCopy full SHA for bcc7d0e
.github/workflows/sdk_generation.yaml
@@ -10,6 +10,12 @@ name: Generate
10
description: Force push only code samples from SDK generation
11
type: boolean
12
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
19
schedule:
20
- cron: 0 0 * * *
21
jobs:
@@ -18,7 +24,9 @@ jobs:
24
with:
25
force: ${{ github.event.inputs.force }}
26
mode: pr
27
+ set_version: ${{ github.event.inputs.set_version }}
28
speakeasy_version: latest
29
+ target: ${{ github.event.inputs.target }}
22
30
secrets:
23
31
github_access_token: ${{ secrets.GITHUB_TOKEN }}
32
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
0 commit comments