Tweaking HA config check step.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 13s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 18s
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
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 13s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 18s
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:
@@ -78,9 +78,13 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
- name: Run Home Assistant Configuration Check
|
- name: Run Home Assistant Configuration Check
|
||||||
uses: frenck/action-home-assistant@v1.4.1
|
run: |
|
||||||
with:
|
pwd
|
||||||
path: "ansible/configs/homeassistant"
|
ls -al
|
||||||
|
docker run --rm --entrypoint "" -v ./ansible/configs/homeassistant:/github/workspace/ --workdir /github/workspace "ghcr.io/home-assistant/home-assistant:stable" python -m homeassistant --config "." --script check_config
|
||||||
|
# uses: frenck/action-home-assistant@v1.4.1
|
||||||
|
# with:
|
||||||
|
# path: "ansible/configs/homeassistant"
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user