From d0104fd2ea8601840d9eeec36057fcea1f350dde Mon Sep 17 00:00:00 2001 From: Luiz Ferraz Date: Tue, 31 Oct 2023 14:41:38 -0300 Subject: [PATCH] Declare new inputs Signed-off-by: Luiz Ferraz --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index 7d1340b..803fa21 100644 --- a/action.yml +++ b/action.yml @@ -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: ''