Skip to content

Commit

Permalink
Merge pull request #68 from devilbox/fix-configure
Browse files Browse the repository at this point in the history
Fix configure default field values
  • Loading branch information
cytopia authored Nov 18, 2022
2 parents d4926f7 + e0973c4 commit bfe4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multistage-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
description: 'The JSON string for deploy fields to extract'
required: false
type: string
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}, {"HELM":"EXTRA"}]'
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}'

###
### Input Secrets
Expand Down

0 comments on commit bfe4199

Please sign in to comment.