Tweaking checkout and HA config check steps.
This commit is contained in:
@@ -77,9 +77,7 @@ jobs:
|
|||||||
- name: Run Home Assistant Configuration Check
|
- name: Run Home Assistant Configuration Check
|
||||||
run: |
|
run: |
|
||||||
which pipx
|
which pipx
|
||||||
which pip3
|
pipx install homeassistant
|
||||||
which python3
|
|
||||||
pip3 install homeassistant
|
|
||||||
python3 -m homeassistant --config "ansible/configs/homeassistant" --script check_config
|
python3 -m homeassistant --config "ansible/configs/homeassistant" --script check_config
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user