feat: allow action to use current commit instead of creating a new one

This commit is contained in:
jorenbroekema
2020-10-16 12:27:20 +02:00
parent ea3e74cc2d
commit 6ad77586cd
3 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ inputs:
description: Commit message
required: false
default: 'Prettified Code!'
same_commit:
description: Whether to use the current commit instead of creating a new one
required: false
default: false
commit_options:
description: Commit options
required: false