diff --git a/action.yaml b/action.yaml index 3ee5a1e..31b4408 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,7 @@ --- name: "Frenck's Home Assistant Core Configuration Check" -description: 🚀 Frenck's GitHub Action for running a Home Assistant config check. +description: + 🚀 Frenck's GitHub Action for running a Home Assistant config check. author: frenck branding: @@ -86,7 +87,7 @@ runs: fi echo "::set-output name=version::${version}" - docker pull "homeassistant/home-assistant:${{ version }}" + docker pull "homeassistant/home-assistant:${version}" - name: 🚀 Run Home Assistant Configuration Check shell: bash