1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 14:27:18 +08:00

Add push_options to action.yml

This commit is contained in:
Stefan Zweifel
2020-05-16 11:42:24 +02:00
parent 3aae7bb63f
commit ae38c94802

View File

@@ -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: