fix docker executor on windows and local actions #34

Merged
ChristopherHX merged 1 commits from refs/pull/34/head into main 2023-03-06 05:24:32 +00:00
+1 -1
View File
@@ -209,7 +209,7 @@ func (t *Task) Run(ctx context.Context, task *runnerv1.Task) (lastErr error) {
input := t.Input
config := &runner.Config{
Workdir: "/" + preset.Repository,
Workdir: "." + string(filepath.Separator),
BindWorkdir: false,
ReuseContainers: false,
ForcePull: input.forcePull,