Fix problem matchers (#2926)

Regression, but introduced with #2925

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/2928/head
Holger Friedrich 2024-12-16 08:39:11 +01:00 committed by GitHub
parent 9cafa80b60
commit 97b37f6cc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"