Skip to content

Commit

Permalink
Improvement: Fixed new inputs defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmhtr committed Dec 12, 2024
1 parent 23ecabb commit ddf3868
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ inputs:
stats:
description: 'A comma separated list of the stats to be calculated and displayed.'
required: false
default: 'REVIEWS,TIME,COMMENTS'
charts:
description: 'Whether to add charts to the stats or not. Possible values: "true" or "false"'
required: false
default: 'false'
sortBy:
description: 'The column used to sort the data. Possible values: "REVIEWS", "TIME" or "COMMENTS"'
description: 'The column used to sort the data.'
required: false
default: 'REVIEWS'
publishAs:
description: 'Where to publish the results. Possible values: "COMMENT", "DESCRIPTION" or "NONE"'
required: false
Expand Down

0 comments on commit ddf3868

Please sign in to comment.