Update action.yml
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user