Actualizar .github/workflows/sync-to-github.yml
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 2s

This commit is contained in:
2026-04-26 18:32:29 +02:00
parent 5b0cfad9b8
commit fdffac2a72

View File

@@ -9,6 +9,13 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Debug mounted volumes
run: |
ls -la /
echo "---"
ls -la /repo.git 2>&1 || echo "Not found"
echo "---"
find / -name "sigpro.git" 2>/dev/null || echo "No sigpro.git found"
- name: Clone source from local bare repo
run: |
git clone --local /repo.git source