Files
sigpro/.github/workflows/ping.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
natxocc 5b0cfad9b8
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s
Actualizar .github/workflows/ping.yml
2026-04-26 18:31:51 +02:00

7 lines
199 B
YAML

- 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"