Skip to content

Commit 6a3a9cb

Browse files
authored
Use append correctly
1 parent b2008af commit 6a3a9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ runs:
190190
support = []
191191
192192
for repository in repositoryUrls:
193-
support.append = {"software": repository, "type": "community"}
193+
support.append({"software": repository, "type": "community"})
194194
195195
# Read existing opencatalogi.yaml
196196
try:

0 commit comments

Comments
 (0)