Skip to content

Commit bfe4199

Browse files
authored
Merge pull request #68 from devilbox/fix-configure
Fix configure default field values
2 parents d4926f7 + e0973c4 commit bfe4199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-multistage-configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
description: 'The JSON string for deploy fields to extract'
3333
required: false
3434
type: string
35-
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}, {"HELM":"EXTRA"}]'
35+
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}'
3636

3737
###
3838
### Input Secrets

0 commit comments

Comments
 (0)