diff --git a/dist/index.js b/dist/index.js index d9593d5..ac96553 100644 --- a/dist/index.js +++ b/dist/index.js @@ -27103,7 +27103,7 @@ function getConfiguration() { return { webhookUrl: input("webhookUrl"), message: input("message"), - username: input("username", false, "Not a bot"), + username: input("username", false, "GitHub"), avatar: input("username", false, "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"), }; } diff --git a/src/utils.ts b/src/utils.ts index c82d05f..96b7262 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -35,7 +35,7 @@ export function getConfiguration(): Configuration { return { webhookUrl: input("webhookUrl"), message: input("message"), - username: input("username", false, "Not a bot"), + username: input("username", false, "GitHub"), avatar: input( "username", false,