From 0912a7bdfdea3f946f177fc7fd22fabaad07165a Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 25 Aug 2025 18:34:24 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a48075..0a1cab1 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: echo "📥 Starting custom checkout..." > $LOG_FILE # Init repo - git init . >> $LOG 2>&1 + git init . >> LOG_FILE 2>&1 git remote add origin ${{ github.server_url }}/${{ github.repository }} >> $LOG_FILE 2>&1 # Fetch uniquement le commit courant