diff --git a/.gitea/workflows/validate.yml b/.gitea/workflows/validate.yml index cd0dac2..c77cbac 100644 --- a/.gitea/workflows/validate.yml +++ b/.gitea/workflows/validate.yml @@ -74,6 +74,12 @@ jobs: print("✓ Generated secrets.yaml") EOF + - name: Debug - List config files + run: | + echo "Current directory: $(pwd)" + echo "Config directory contents:" + ls -la config/ + - name: Validate HA Config with Docker run: | docker run --rm \