Skip to content

Commit a65a3ab

Browse files
authored
Merge pull request #69 from devilbox/fix-syntax-error
Add missing ]
2 parents bfe4199 + f2f4af1 commit a65a3ab

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"}'
35+
default: '[{"VERSION":"VERSION"}, {"FLAVOUR":"FLAVOUR"}]'
3636

3737
###
3838
### Input Secrets

0 commit comments

Comments
 (0)