From f9364915ea22c074681a1ce4f4cbb6868e56277c Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 7 Feb 2022 14:37:35 +0100 Subject: [PATCH] docs: list `commit` input in README closes #360 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc837715..d2e291cc 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Add a step like this to your workflow: # Default: depends on the default_author input author_email: mail@example.com + # Additional arguments for the git commit command. The --message argument is already set by the message input. + # Default: '' + commit: --signoff + # The name of the custom committer you want to use, if different from the author of the commit. # Default: the name of the author (set with either author_name or default_author) committer_name: Committer Name