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