From 43ff135794171ccef847e0aeadcf40e13ad70cdd Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 08:38:25 -0400 Subject: [PATCH] Tweaking HA config check step. --- .gitea/workflows/home-assistant-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 7a0a497..65a0670 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -76,6 +76,7 @@ jobs: notification_message: 'Beginning HA config check...' - name: Run Home Assistant Configuration Check run: | + docker run --rm --entrypoint "" -v ./ansible/configs/homeassistant:/github/workspace/ --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" pwd docker run --rm --entrypoint "" -v ./ansible/configs/homeassistant:/github/workspace/ --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" ls -al /github/workspace docker run --rm --entrypoint "" -v ./ansible/configs/homeassistant:/github/workspace/ --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "/github/workspace/configuration.yaml" --script check_config # uses: frenck/action-home-assistant@v1.4.1