From c169682cb61d2aa58fac152f18b0042b7a76fc82 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Mon, 19 Apr 2021 23:54:25 +0100 Subject: [PATCH] Pull HASS image quietly (#25) This will eliminate a lot of unnecessary log spam. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 475f0f4..aac49ef 100644 --- a/action.yaml +++ b/action.yaml @@ -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