mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-26 01:32:10 +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.
|
description: Message used to create a new git tag with the commit. Keep this empty, if no tag should be created.
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
|
push_options:
|
||||||
|
description: Push options (eg. --force)
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
changes_detected:
|
changes_detected:
|
||||||
|
Reference in New Issue
Block a user