From ae38c94802cb0b53b3c8fd9eaad3337b359afa7a Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 16 May 2020 11:42:24 +0200 Subject: [PATCH] Add push_options to action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 7ec2100..254503a 100644 --- a/action.yml +++ b/action.yml @@ -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: