From 74fe54f098825466930d5ebb65ba554df116bfe5 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 14 Oct 2025 21:06:49 +0000 Subject: [PATCH] . --- src/git-auth-helper.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/git-auth-helper.ts b/src/git-auth-helper.ts index 8b60334..35e0ddf 100644 --- a/src/git-auth-helper.ts +++ b/src/git-auth-helper.ts @@ -319,8 +319,6 @@ class GitAuthHelper { // For local config, use includeIf.gitdir to match the .git directory. // Configure for both host and container paths to support Docker container actions. let gitDir = path.join(this.git.getWorkingDirectory(), '.git') - console.log(`Git dir: ${gitDir}`) - core.info(`Git dir: ${gitDir}`) // Use forward slashes for git config, even on Windows gitDir = gitDir.replace(/\\/g, '/') const hostIncludeKey = `includeIf.gitdir:${gitDir}.path`