Update create-discord-thread.yml
This commit is contained in:
parent
f76cc6184c
commit
4cc5a69986
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user