Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
  • Loading branch information
brunoborges and Copilot authored Jul 16, 2026
commit ebddb48a9b8e439a0c0d0496728d85600060facc
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ inputs:
required: false
default: false
problem-matcher:
description: 'Whether to register the Java problem matcher for compiler errors and warnings. Set to "false" to disable compiler annotations.'
description: 'Whether to register the Java problem matcher (compiler errors/warnings and uncaught exceptions). Set to "false" to disable annotations.'
required: false
default: true
outputs:
Expand Down
Loading