Fix incorrect version expression
This commit is contained in:
+3
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user