Fix incorrect version expression

This commit is contained in:
Franck Nijhof
2021-01-13 01:21:23 +01:00
parent bc2917b329
commit c488fa9b46
+3 -2
View File
@@ -1,6 +1,7 @@
--- ---
name: "Frenck's Home Assistant Core Configuration Check" 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 author: frenck
branding: branding:
@@ -86,7 +87,7 @@ runs:
fi fi
echo "::set-output name=version::${version}" echo "::set-output name=version::${version}"
docker pull "homeassistant/home-assistant:${{ version }}" docker pull "homeassistant/home-assistant:${version}"
- name: 🚀 Run Home Assistant Configuration Check - name: 🚀 Run Home Assistant Configuration Check
shell: bash shell: bash