Skip to content

Commit f936491

Browse files
committed
docs: list commit input in README
closes #360
1 parent 0d80c34 commit f936491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Add a step like this to your workflow:
3232
# Default: depends on the default_author input
3333
author_email: mail@example.com
3434

35+
# Additional arguments for the git commit command. The --message argument is already set by the message input.
36+
# Default: ''
37+
commit: --signoff
38+
3539
# The name of the custom committer you want to use, if different from the author of the commit.
3640
# Default: the name of the author (set with either author_name or default_author)
3741
committer_name: Committer Name

0 commit comments

Comments
 (0)