mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Add checkout_options
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user