We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1162b commit 27d4904Copy full SHA for 27d4904
1 file changed
.github/workflows/release.yml
@@ -224,7 +224,7 @@ jobs:
224
name=$(sed -e 's/^\.\/scan\/\([^=]\+\)=.*/\1/' <<< "$line")
225
vturl=$(sed -e 's/.*=\(https.*\)/\1/' <<< "$line")
226
body+="* [$name]($vturl)$nl"
227
- done <<< "${{ steps.virustotal.outputs.analysis }}"
+ done <<< "${{ steps.virustotal.outputs.analysis }},"
228
229
# update release notes
230
export body
0 commit comments