Improved documentation of the new same_commit feature

This commit is contained in:
2020-10-17 14:25:22 +02:00
parent 63b1ca9669
commit 3c71a9826d
2 changed files with 4 additions and 4 deletions

View File

@@ -5,11 +5,11 @@ author: Conrad Großer <grosserconrad@gmail.com>
inputs:
commit_message:
description: Commit message
description: Commit message, will be ignored if used with same_commit
required: false
default: 'Prettified Code!'
same_commit:
description: Whether to use the current commit instead of creating a new one
description: Update the current commit instead of creating a new one
required: false
default: false
commit_options: