Skip to content

Commit

Permalink
fix #176 by removing useless warning message (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblaysimon committed Aug 19, 2023
1 parent 3c0bbc5 commit 19516a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ async function main() {
throw new Error("Server address must be specified")
}

if (!username || !password) {
core.warning("Username and password not specified. You should only do this if you are using a self-hosted runner to access an on-premise mail server.")
}

const transport = nodemailer.createTransport({
host: serverAddress,
auth: username && password ? {
Expand Down

0 comments on commit 19516a4

Please sign in to comment.