Update create-discord-thread.yml

This commit is contained in:
Bas van den Berg
2025-03-17 13:19:27 +01:00
committed by GitHub
parent 4fd17f774f
commit 42b7ec76ba

View File

@@ -61,11 +61,11 @@ jobs:
VAR+="Default credentials:\n"
if [[ -n "$username" && "$username" != "null" ]]; then
VAR+="Username: \`\`\`$username\`\`\`\n"
VAR+="Username: $username\n"
fi
if [[ -n "$password" && "$password" != "null" ]]; then
VAR+="Password: \`\`\`$password\`\`\`\n"
VAR+="Password: $password\n"
fi
VAR+="\n"
fi