diff --git a/dist/index.js b/dist/index.js index d34caaf..cf08b35 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3479,11 +3479,9 @@ async function main() { status_string = workflow_msg + " " + - actor + - "'s `pull_request`" + - " > " + pull_requests + - "\n"; + "へGo!"; + "\n"; } // We're using old style attachments rather than the new blocks because: // - Blocks don't allow colour indicators on messages diff --git a/src/main.ts b/src/main.ts index 7087710..b8371d8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -206,10 +206,8 @@ async function main() { status_string = workflow_msg + " " + - actor + - "'s `pull_request`" + - " > " + pull_requests + + "へGo!" "\n"; }