From 0b138d9d491aac05f09b58c13bcdf46888a7d08c Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 14 Aug 2025 16:42:49 -0700 Subject: [PATCH] Update token.ts copy (#450) --- src/github/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github/token.ts b/src/github/token.ts index 234070c..6c83c9b 100644 --- a/src/github/token.ts +++ b/src/github/token.ts @@ -78,7 +78,7 @@ export async function setupGitHubToken(): Promise { return appToken; } catch (error) { core.setFailed( - `Failed to setup GitHub token: ${error}.\n\nIf you instead wish to use this action with a custom GitHub token or custom GitHub app, provide a \`github_token\` in the \`uses\` section of the app in your workflow yml file.`, + `Failed to setup GitHub token: ${error}\n\nIf you instead wish to use this action with a custom GitHub token or custom GitHub app, provide a \`github_token\` in the \`uses\` section of the app in your workflow yml file.`, ); process.exit(1); }