Skip to content

Commit

Permalink
Declare new inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Ferraz <[email protected]>
  • Loading branch information
Fryuni committed Oct 31, 2023
1 parent 8f65a44 commit d0104fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ inputs:
description: 'If set to "true", skip the body check'
required: false
default: ''
validate-pull-request-commits:
description: 'If set to "true", validate commits in pull requests instead of the pull request body'
required: false
default: ''
github-token:
description: 'GitHub token'
required: false
default: ''

0 comments on commit d0104fd

Please sign in to comment.