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

View File

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