Tweaking checkout and HA config check steps.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 14s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 22s
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:10:26 -04:00
parent 159469044a
commit 6adbca9b60
+3 -2
View File
@@ -74,9 +74,8 @@ jobs:
- name: Move YAML configs to root folder
run: |
pwd
ls -al ansible/configs/homeassistant/
mv ansible/configs/homeassistant/*.yaml .
ls -al
ls -al ${GITHUB_WORKSPACE}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
@@ -86,6 +85,8 @@ jobs:
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1.4.1
with:
path: ${GITHUB_WORKSPACE}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: