Skip to content

Commit

Permalink
- fix action.yml misses new param
Browse files Browse the repository at this point in the history
  - FIX #523
  • Loading branch information
mikepenz committed Mar 19, 2022
1 parent 316ed3d commit ce7e300
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, won't 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 ce7e300

Please sign in to comment.