From 12333b4658cc6fbe25e39bf62314d7dbf62b43be Mon Sep 17 00:00:00 2001 From: k1LoW Date: Fri, 28 Jun 2024 16:25:07 +0900 Subject: [PATCH] Fix Runner runner root path --- runner_runner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/runner_runner.go b/runner_runner.go index 086a908e..643d7dd1 100644 --- a/runner_runner.go +++ b/runner_runner.go @@ -44,6 +44,7 @@ func (rnr *runnerRunner) Run(ctx context.Context, s *step) error { func (rnr *runnerRunner) run(_ context.Context, d map[string]any, s *step) error { o := s.parent bk := newBook() + bk.path = o.bookPath bk.runners = d if err := bk.parseRunners(map[string]any{}); err != nil { return err