@@ -20,7 +20,13 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Debug checkout
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
ls -la .git/ 2>&1 || echo "NO .git FOLDER"
|
||||
id
|
||||
stat . 2>&1 || true
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user