Tweaking checkout and HA config check steps.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 11s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 16s
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 10:09:14 -04:00
parent 373e3ab2df
commit 9d5fd4b92e
+5 -5
View File
@@ -75,11 +75,11 @@ jobs:
notification_title: 'GITEA: Home Assistant Config Check'
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
# run: |
# docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}:/github/workspace --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "ansible/configs/homeassistant" --script check_config
uses: frenck/action-home-assistant@v1.4.1
with:
path: "./ansible/configs/homeassistant"
run: |
docker run --rm --entrypoint "" -v ${GITHUB_WORKSPACE}/ansible/configs/homeassistant:/config --workdir /config "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "/config" --script check_config
# uses: frenck/action-home-assistant@v1.4.1
# with:
# path: "./ansible/configs/homeassistant"
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: