From 9e1c9ee743aae46280145cd0752787e1e7520400 Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Thu, 7 Oct 2021 15:26:37 +0530 Subject: [PATCH] Bind working directory --- plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.go b/plugin.go index a46473f..d8c691e 100644 --- a/plugin.go +++ b/plugin.go @@ -47,6 +47,7 @@ func (p Plugin) Exec() error { workflowFile, "-P", fmt.Sprintf("ubuntu-latest=%s", p.Action.Image), + "-b", "--detect-event", }