ci(update): fix format of generated commit

This commit is contained in:
Luis Quiñones
2025-04-16 09:08:22 -05:00
parent d2bb30f451
commit e47f96fa8e

2
.github/update.sh vendored
View File

@@ -256,7 +256,7 @@ main() {
fi
# Prepare commit message
init_message="chore(update): "
init_message="chore(update):"
message="$init_message"
if [ "$commit_beta_targets" != "" ]; then