Update create-discord-thread.yml

This commit is contained in:
Bas van den Berg 2025-03-17 13:15:10 +01:00 committed by GitHub
parent 5bd1438f04
commit 55a7e8a498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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