add option to use --signoff with git commit (#46)

* adds option to use --signoff with git commit

Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>

* [auto] build: update compiled version

* fix: remove quotes and refactor

* [auto] build: update compiled version

Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
This commit is contained in:
pvogt09
2020-07-29 19:04:48 +02:00
committed by GitHub
parent 46b61e173e
commit 51fc21c221
4 changed files with 20 additions and 2 deletions

View File

@@ -35,6 +35,10 @@ Add a step like this to your workflow:
# Default: false
force: true
# Whether to use the --signoff option on `git commit`
# Default: false
signoff: true
# The message for the commit
# Default: 'Commit from GitHub Actions'
message: 'Your commit message'