Update create-discord-thread.yml
This commit is contained in:
parent
4fd17f774f
commit
42b7ec76ba
4
.github/workflows/create-discord-thread.yml
vendored
4
.github/workflows/create-discord-thread.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user