Skip to content

Commit 27d4904

Browse files
committed
Fix virus total parsing in release workflow
1 parent bb1162b commit 27d4904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
name=$(sed -e 's/^\.\/scan\/\([^=]\+\)=.*/\1/' <<< "$line")
225225
vturl=$(sed -e 's/.*=\(https.*\)/\1/' <<< "$line")
226226
body+="* [$name]($vturl)$nl"
227-
done <<< "${{ steps.virustotal.outputs.analysis }}"
227+
done <<< "${{ steps.virustotal.outputs.analysis }},"
228228
229229
# update release notes
230230
export body

0 commit comments

Comments
 (0)