Update action.yml

This commit is contained in:
2025-08-25 18:34:24 +02:00
parent ba79ef8373
commit 0912a7bdfd
+1 -1
View File
@@ -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