Fix problem matcher registration (#32)

This commit is contained in:
Franck Nijhof
2021-07-14 14:54:26 +02:00
committed by GitHub
parent 0e76be6bab
commit 71b0a020ee
+2 -1
View File
@@ -91,7 +91,8 @@ runs:
- name: 🏗 Register Home Assistant problem matcher
shell: bash
run: |
echo "::add-matcher::matcher.json"
matcher="${{ github.action_path }}/matcher.json"
echo "::add-matcher::${matcher}"
- name: 🚀 Run Home Assistant Configuration Check
shell: bash