Update create-discord-thread.yml

This commit is contained in:
Bas van den Berg
2025-03-17 11:55:07 +01:00
committed by GitHub
parent f76cc6184c
commit 4cc5a69986

View File

@@ -73,7 +73,7 @@ jobs:
if [ ${#notes[@]} -gt 0 ]; then
VAR+="Notes:\n"
for note in "${notes[@]}"; do
VAR+="$note\n"
VAR+="$note"
done
VAR+="\n"
fi