Pull HASS image quietly (#25)

This will eliminate a lot of unnecessary log spam.
This commit is contained in:
tigattack
2021-04-19 23:54:25 +01:00
committed by GitHub
parent 30ae1cb948
commit c169682cb6
+1 -1
View File
@@ -86,7 +86,7 @@ runs:
fi
echo "::set-output name=version::${version}"
docker pull "homeassistant/home-assistant:${version}"
docker pull -q "homeassistant/home-assistant:${version}"
- name: 🚀 Run Home Assistant Configuration Check
shell: bash