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) Successful in 15s
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been cancelled
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been cancelled

This commit is contained in:
2025-08-25 10:17:50 -04:00
parent dd526d4bd0
commit 896828147c
+1 -5
View File
@@ -76,11 +76,7 @@ jobs:
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
run: |
docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}/ansible/configs/homeassistant:/config --workdir /config "ghcr.io/home-assistant/home-assistant:stable" ls -al /config
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"
which pip3
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: