Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackall3n committed Jan 23, 2024
1 parent 6ebd5a7 commit 5c7149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
};
}
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c7149c

Please sign in to comment.