mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 13:45:54 +00:00
Update create-discord-thread.yml
This commit is contained in:
2
.github/workflows/create-discord-thread.yml
vendored
2
.github/workflows/create-discord-thread.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user