Pull HASS image quietly (#25)
This will eliminate a lot of unnecessary log spam.
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ runs:
|
|||||||
fi
|
fi
|
||||||
echo "::set-output name=version::${version}"
|
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
|
- name: 🚀 Run Home Assistant Configuration Check
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user