Directory structure change.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 15s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 29s
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-24 13:36:48 -04:00
parent 22d20dbaab
commit 409883f1ea
+3 -1
View File
@@ -74,10 +74,12 @@ jobs:
gotify_app_token: '${{ secrets.RIKKU_RUNNER_GOTIFY_TOKEN }}'
notification_title: 'GITEA: Home Assistant Config Check'
notification_message: 'Beginning HA config check...'
- run: |
echo ${GITHUB_WORKSPACE}
- name: Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1.4.1
with:
path: "ansible/configs/homeassistant"
path: "${GITHUB_WORKSPACE}/ansible/configs/homeassistant"
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: