We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c53d3 commit 279a43fCopy full SHA for 279a43f
.github/workflows/main.yml
@@ -27,6 +27,11 @@ on:
27
options:
28
- "true"
29
- "false"
30
+ kestra-version:
31
+ description: 'Kestra version'
32
+ required: false
33
+ type: string
34
+ default: ''
35
36
permissions:
37
contents: write
@@ -40,4 +45,5 @@ jobs:
40
45
uses: kestra-io/actions/.github/workflows/plugins.yml@main
41
46
with:
42
47
skip-test: ${{ github.event.inputs.skip-test == 'true' }}
48
+ kestra-version: ${{ github.event.inputs.kestra-version }}
43
49
secrets: inherit
0 commit comments