Tweaking checkout and HA config check steps.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 15s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 17s
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped

This commit is contained in:
2025-08-25 09:16:50 -04:00
parent ef50ec9c98
commit 61a6367d2e
+1 -4
View File
@@ -80,10 +80,7 @@ jobs:
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
run: |
pwd
mv ansible/configs/homeassistant/*.yaml .
ls -al ${GITHUB_WORKSPACE}
docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}:/config --workdir /config "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "/config" --script check_config
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: ${GITHUB_WORKSPACE}