Skip to content

Commit

Permalink
Fix respect --action-cache-path
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Brauer <[email protected]>
  • Loading branch information
ChristopherHX and ZauberNerd authored Aug 21, 2023
1 parent d1ada52 commit 0cee15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func newRunCommand(ctx context.Context, input *Input) func(*cobra.Command, []str
}
if input.useNewActionCache {
config.ActionCache = &runner.GoGitActionCache{
Path: CacheHomeDir,
Path: config.ActionCacheDir,
}
}
r, err := runner.New(config)
Expand Down

0 comments on commit 0cee15c

Please sign in to comment.