Fix problem matchers (#2926)
Regression, but introduced with #2925 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>pull/2928/head
parent
9cafa80b60
commit
97b37f6cc9
|
@ -63,7 +63,7 @@ jobs:
|
|||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Register Problem Matchers
|
||||
if: ${{ matrix.java == '17' }}
|
||||
if: ${{ matrix.java == '21' }}
|
||||
id: problem_matchers
|
||||
run: |
|
||||
echo "::add-matcher::.github/openhab-compile-problems.json"
|
||||
|
|
Loading…
Reference in New Issue