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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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