HA Config job tweaks.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 14s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 10s
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been skipped

This commit is contained in:
2025-08-24 11:42:27 -04:00
parent d7ad21854f
commit a936379eb9
+5 -3
View File
@@ -67,6 +67,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
app-configs/homeassistant/configuration.yaml
sparse-checkout-cone-mode: false
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
@@ -75,9 +79,7 @@ jobs:
notification_title: 'GITEA: Home Assistant Config Check'
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1
with:
path: "app-configs/homeassistant"
uses: frenck/action-home-assistant@v1.4.1
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: