mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-27 03:36:08 +08:00
Add push_options to action.yml
This commit is contained in:
@@ -39,6 +39,10 @@ inputs:
|
||||
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
|
||||
required: false
|
||||
default: ''
|
||||
push_options:
|
||||
description: Push options (eg. --force)
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
outputs:
|
||||
changes_detected:
|
||||
|
Reference in New Issue
Block a user