Skip to content

Commit 50a56ad

Browse files
author
Jack Yuan
committed
Specify that tag list is comma separated in description (SOFTWARE-4832)
1 parent 0041b47 commit 50a56ad

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
@@ -7,7 +7,7 @@ inputs:
77
description: 'Input string that gets passed along to the docker build args'
88
required: true
99
tag_list:
10-
description: 'List of tags that gets passed along to the docker build args'
10+
description: 'List of comma-separated tags that gets passed along to the docker build args'
1111
required: true
1212
default: '' # set to an empty string
1313
registry_url:

0 commit comments

Comments
 (0)