Skip to content

Commit

Permalink
Merge pull request #69 from devilbox/fix-syntax-error
Browse files Browse the repository at this point in the history
Add missing ]
  • Loading branch information
cytopia committed Nov 18, 2022
2 parents bfe4199 + f2f4af1 commit a65a3ab
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"}'
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}]'

###
### Input Secrets
Expand Down

0 comments on commit a65a3ab

Please sign in to comment.