1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00

Bind working directory

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

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