Actualizar .github/workflows/sync-to-github.yml
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 2s
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 2s
This commit is contained in:
7
.github/workflows/sync-to-github.yml
vendored
7
.github/workflows/sync-to-github.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user