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