I just discovered this repo and wanted to try. It works for me, but only if I define the git_push_flags (e.g. with '-v'). I also noticed that this field is actually required in the action.yml file :
git_push_flags:
description: "The dokku app's git repository url (in SSH format)"
required: true
Is this supposed to be so ? In most examples the git_push_flags is not used.
Description of problem
I just discovered this repo and wanted to try. It works for me, but only if I define the
git_push_flags
(e.g. with '-v'). I also noticed that this field is actually required in theaction.yml
file :Is this supposed to be so ? In most examples the
git_push_flags
is not used.