Tweaking checkout and HA config check steps.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 13s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 2m18s

This commit is contained in:
2025-08-25 10:26:20 -04:00
parent 9697ec1302
commit 8f0c1517ee
+1 -3
View File
@@ -77,9 +77,7 @@ jobs:
- name: Run Home Assistant Configuration Check
run: |
which pipx
which pip3
which python3
pip3 install homeassistant
pipx install homeassistant
python3 -m homeassistant --config "ansible/configs/homeassistant" --script check_config
- name: Gotify Notification
uses: eikendev/gotify-action@master