Fixed entrypoint of action
This commit is contained in:
parent
2bb5d7f528
commit
6a7482dde4
|
@ -2,7 +2,7 @@ name: 'Push to Dokku'
|
||||||
description: 'Pushes a repository to a remote Dokku host'
|
description: 'Pushes a repository to a remote Dokku host'
|
||||||
runs:
|
runs:
|
||||||
using: 'go'
|
using: 'go'
|
||||||
main: 'main.go'
|
main: '.'
|
||||||
inputs:
|
inputs:
|
||||||
host:
|
host:
|
||||||
description: 'Remote hostname'
|
description: 'Remote hostname'
|
||||||
|
|
Loading…
Reference in a new issue