From 6a7482dde4e1f90f42b28fb23c7f323975896b05 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 13 Jul 2024 10:58:34 +1000 Subject: [PATCH] Fixed entrypoint of action --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1d4c370..415dc9d 100644 --- a/action.yaml +++ b/action.yaml @@ -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'