Fixed entrypoint of action

This commit is contained in:
Leon Mika 2024-07-13 10:58:34 +10:00
parent 2bb5d7f528
commit 6a7482dde4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 'Push to Dokku'
description: 'Pushes a repository to a remote Dokku host'
runs:
using: 'go'
main: 'main.go'
main: '.'
inputs:
host:
description: 'Remote hostname'