dokku / github-action

MIT License
168 stars 30 forks source link

Required `git_push_flags` ? #1

Closed supcik closed 3 years ago

supcik commented 3 years ago

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 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.

josegonzalez commented 3 years ago

The input names were incorrect. You should be able to ignore that flag now :)