Skip to content

Commit c9130ef

Browse files
committed
add type and rm warning
[ci skip]
1 parent f2b56b7 commit c9130ef

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/feelpp-env.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,27 @@ on:
1313
description: 'Distribution codename'
1414
required: true
1515
default: 'jammy'
16+
type: string
1617
flavor:
1718
description: 'Flavor of the distribution'
1819
required: true
19-
default: ubuntu
20+
default: 'ubuntu'
21+
type: string
2022
version:
2123
description: 'Version of the distribution'
2224
required: true
23-
default: 22.04
25+
default: '22.04'
26+
type: string
2427
dockerfile:
2528
description: 'Dockerfile to use'
2629
required: false
27-
default: Dockerfile
30+
default: 'Dockerfile'
31+
type: string
2832
platforms:
2933
description: 'Platforms to build'
3034
required: false
31-
default: linux/amd64,linux/arm64
35+
default: 'linux/amd64,linux/arm64'
36+
type: string
3237

3338

3439

0 commit comments

Comments
 (0)