I am trying to use this action to push one of my repository to Dokku. Dokku uses git SSH end point. But their URL don't contain '.git' in it. [Example](http://dokku.viewdocs.io/dokku/deployment/application-deployment/) ``` git remote add dokku dokku@dokku.me:ruby-getting-started git push dokku master ```