Bind working directory

This commit is contained in:
Shubham Agrawal
2021-10-07 15:26:37 +05:30
parent 29bffa62f7
commit 9e1c9ee743

View File

@@ -47,6 +47,7 @@ func (p Plugin) Exec() error {
workflowFile, workflowFile,
"-P", "-P",
fmt.Sprintf("ubuntu-latest=%s", p.Action.Image), fmt.Sprintf("ubuntu-latest=%s", p.Action.Image),
"-b",
"--detect-event", "--detect-event",
} }