From 71b0a020ee840feadaf22c075084dc9ecd2b5fbb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 14 Jul 2021 14:54:26 +0200 Subject: [PATCH] Fix problem matcher registration (#32) --- action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ef28ea0..a704eb5 100644 --- a/action.yaml +++ b/action.yaml @@ -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