Tweaking checkout and HA config check steps.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 17s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 20s
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:07:00 -04:00
parent 61a6367d2e
commit 373e3ab2df
+5 -9
View File
@@ -67,10 +67,6 @@ jobs:
steps: steps:
- name: Checkout only configuration.yaml - name: Checkout only configuration.yaml
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: ansible/configs/homeassistant/*.yaml
sparse-checkout-cone-mode: false
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with:
@@ -79,11 +75,11 @@ 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
run: | # 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 # 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 uses: frenck/action-home-assistant@v1.4.1
# with: with:
# path: ${GITHUB_WORKSPACE} path: "./ansible/configs/homeassistant"
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with: