Skip to content

Commit 03e6010

Browse files
authored
ci: more script fixes
1 parent 041b38b commit 03e6010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/update-vscode-extensions/update-vscode-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ get_github_releasenotes() {
4141
TRUNCATED="\n\n... [truncated]"
4242
fi
4343

44-
printf "%.$MAX_RELEASE_BODY_SIZEs%s\n\n" "$RELEASE_BODY" $TRUNCATED
44+
printf "%.*%s\n\n" "$MAX_RELEASE_BODY_SIZE" "$RELEASE_BODY" "$TRUNCATED"
4545
done
4646
}
4747

0 commit comments

Comments
 (0)