From f128ed83cd61a04ab487cc70c93c30cfc59cd223 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 24 Aug 2025 11:46:27 -0400 Subject: [PATCH] HA Config job tweaks. --- .gitea/workflows/home-assistant-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/home-assistant-deploy.yml b/.gitea/workflows/home-assistant-deploy.yml index a357f7e..17a8c1b 100644 --- a/.gitea/workflows/home-assistant-deploy.yml +++ b/.gitea/workflows/home-assistant-deploy.yml @@ -74,6 +74,9 @@ jobs: gotify_app_token: '${{ secrets.RIKKU_RUNNER_GOTIFY_TOKEN }}' notification_title: 'GITEA: Home Assistant Config Check' notification_message: 'Beginning HA config check...' + - run: | + echo "Get file listing..." + ls -al - name: Run Home Assistant Configuration Check uses: frenck/action-home-assistant@v1.4.1 with: