Add checkout_options

This commit is contained in:
Stefan Zweifel
2020-10-15 20:21:08 +02:00
parent 6456430b6b
commit 0ee9fb7263
2 changed files with 8 additions and 1 deletions

View File

@@ -44,6 +44,10 @@ inputs:
description: Push options (eg. --force)
required: false
default: ''
checkout_options:
description: Checkout options (eg. --branch)
required: false
default: ''
skip_dirty_check:
description: Skip the check if the git repository is dirty and always try to create a commit.
required: false