diff --git a/src/main.ts b/src/main.ts index 3183fd5..9f837c4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -130,7 +130,11 @@ function botSay(message: string): void { function setFailed(message: string | Error): void { core.setFailed(message) if (jobId) { - core.error(`For more information see: ${dependabotJobUrl(jobId)}`) + core.error(` + For more information see: ${dependabotJobUrl(jobId)} + + Note: write access required + `) } }