Skip to content

Commit

Permalink
Merge pull request #524 from mikepenz/fix/523
Browse files Browse the repository at this point in the history
Fix `annotate_only` not yet defined in action.yml
  • Loading branch information
mikepenz authored Mar 19, 2022
2 parents 316ed3d + 13666f9 commit 47c2b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ inputs:
description: 'Regular expression for the named test suites'
required: false
default: ''
annotate_only:
description: 'Enable to only annotate the results on the files, will not create a check run.'
required: false
default: 'false'
update_check:
description: 'Defines if the active check should be updated instead'
required: false
Expand Down

0 comments on commit 47c2b1d

Please sign in to comment.