Skip to content

Commit

Permalink
Fix problem matcher registration (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 14, 2021
1 parent 0e76be6 commit 71b0a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b0a02

Please sign in to comment.