Skip to content

Commit

Permalink
fix: invalid action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkampitakis committed Oct 20, 2021
1 parent eddb1d2 commit bdaf962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ inputs:
review-message:
required: false
description: >
You can specify a message at the end of the comment.
It will tag the creator of pull request
You can specify a message at the end of the comment.
It will tag the creator of pull request
tags:
required: false
description: >
Keywords that the parser will try to identify for creating comments.
Default tags are TODO:,FIXME:,BUG:
Keywords that the parser will try to identify for creating comments.
Default tags are TODO:,FIXME:,BUG:
ignore-pattern:
required: false
description: Regex used for filtering files out from parsing.

0 comments on commit bdaf962

Please sign in to comment.