Skip to content

Commit 279a43f

Browse files
author
François Delbrayelle
committed
ci: add kestra-version input to workflow_dispatch
1 parent 34c53d3 commit 279a43f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ on:
2727
options:
2828
- "true"
2929
- "false"
30+
kestra-version:
31+
description: 'Kestra version'
32+
required: false
33+
type: string
34+
default: ''
3035

3136
permissions:
3237
contents: write
@@ -40,4 +45,5 @@ jobs:
4045
uses: kestra-io/actions/.github/workflows/plugins.yml@main
4146
with:
4247
skip-test: ${{ github.event.inputs.skip-test == 'true' }}
48+
kestra-version: ${{ github.event.inputs.kestra-version }}
4349
secrets: inherit

0 commit comments

Comments
 (0)