Skip to content

Commit

Permalink
Merge pull request #978 from k1LoW/fix-runner-root-path
Browse files Browse the repository at this point in the history
Fix Runner runner root path
  • Loading branch information
k1LoW authored Jun 28, 2024
2 parents ba1df4d + 12333b4 commit 9e689fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e689fb

Please sign in to comment.