From e8fcd0f9d53cef4e55ded6a24e3d840d9bc47fb0 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 20:46:06 -0400 Subject: [PATCH] Switching to Gitea-compatible version for HA check. --- .gitea/workflows/homeassistant-config-check.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/homeassistant-config-check.yml b/.gitea/workflows/homeassistant-config-check.yml index a8a1be7..4f8d1e3 100644 --- a/.gitea/workflows/homeassistant-config-check.yml +++ b/.gitea/workflows/homeassistant-config-check.yml @@ -56,8 +56,13 @@ jobs: notification_title: 'GITEA: Home Assistant Config Check' notification_message: 'Starting config check...' + - name: Debug + run: | + pwd + echo ${GITHUB_WORKSPACE} + - name: 🚀 Run Home Assistant Configuration Check - uses: frenck/action-home-assistant@v1 + uses: https://git.trez.wtf/Trez.One/action-home-assistant with: path: "app-configs/rikku/homeassistant" version: "stable"