We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commit
1 parent 0d80c34 commit f936491Copy full SHA for f936491
README.md
@@ -32,6 +32,10 @@ Add a step like this to your workflow:
32
# Default: depends on the default_author input
33
author_email: mail@example.com
34
35
+ # Additional arguments for the git commit command. The --message argument is already set by the message input.
36
+ # Default: ''
37
+ commit: --signoff
38
+
39
# The name of the custom committer you want to use, if different from the author of the commit.
40
# Default: the name of the author (set with either author_name or default_author)
41
committer_name: Committer Name
0 commit comments