name: 'Push to Dokku' description: 'Pushes a repository to a remote Dokku host' runs: using: 'go' main: '.' inputs: host: description: 'Remote hostname' required: true app: description: 'App name' required: true private-key: description: 'Private SSH key to connect to remote host'