From 9d5fd4b92eeb991df67dda36d56ba6741c788a05 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 25 Aug 2025 10:09:14 -0400 Subject: [PATCH] Tweaking checkout and HA config check steps. --- .gitea/workflows/home-assistant-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index 75052e6..4478044 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -75,11 +75,11 @@ jobs: notification_title: 'GITEA: Home Assistant Config Check' notification_message: 'Beginning HA config check...' - name: Run Home Assistant Configuration Check - # run: | - # docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}:/github/workspace --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "ansible/configs/homeassistant" --script check_config - uses: frenck/action-home-assistant@v1.4.1 - with: - path: "./ansible/configs/homeassistant" + run: | + docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}/ansible/configs/homeassistant:/config --workdir /config "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "/config" --script check_config + # uses: frenck/action-home-assistant@v1.4.1 + # with: + # path: "./ansible/configs/homeassistant" - name: Gotify Notification uses: eikendev/gotify-action@master with: