diff --git a/lib/util/git/index.ts b/lib/util/git/index.ts index d9a5175f1b714494220e4ba88f8cee3bbf9eaf1b..5facb30fd6502f7432d7c64f25af5a76574af806 100644 --- a/lib/util/git/index.ts +++ b/lib/util/git/index.ts @@ -781,9 +781,8 @@ export async function commitFiles({ err.message.includes('remote rejected') && files?.some((file) => file.name?.startsWith('.github/workflows/')) ) { - logger.warn( - 'Workflows update rejection - aborting branch. Please check permissions.' - ); + logger.debug({ err }, 'commitFiles error'); + logger.info('Workflows update rejection - aborting branch.'); return null; } if (err.message.includes('protected branch hook declined')) {