More changes
All checks were successful
Savin's Home Assistant / build (push) Successful in 2m5s

This commit is contained in:
2025-02-07 17:46:02 -05:00
parent 8c4d2b2130
commit eec6066c7b

View File

@ -94,7 +94,8 @@ jobs:
mv secrets.sample.yaml secrets.yaml mv secrets.sample.yaml secrets.yaml
ls -la ls -la
hass -c . --script check_config | tee check.output hass -c . --script check_config | tee check.output
! less check.output | grep -q "Failed config"
# ! less check.output | grep -q "Failed config"
# # - name: Send a telegram message with job status # # - name: Send a telegram message with job status
# # if: always() # # if: always()