Skip to content

Commit 9253115

Browse files
author
Jack Yuan
committed
Set tag list input's required field from true to false (SOFTWARE-4832)
1 parent f23f6c3 commit 9253115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
required: true
99
tag_list:
1010
description: 'List of comma-separated tags that gets passed along to the docker build args'
11-
required: true
11+
required: false
1212
default: '' # set to an empty string
1313
registry_url:
1414
description: 'URL of the registry'

0 commit comments

Comments
 (0)