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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
sparse-checkout: |
app-configs/homeassistant/configuration.yaml
sparse-checkout-cone-mode: false
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with:
@@ -75,9 +79,7 @@ jobs:
notification_title: 'GITEA: Home Assistant Config Check' notification_title: 'GITEA: Home Assistant Config Check'
notification_message: 'Beginning HA config check...' notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check - name: Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1 uses: frenck/action-home-assistant@v1.4.1
with:
path: "app-configs/homeassistant"
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with: