no longer add .cache/act to cfg.Host.WorkdirParent twice
This commit is contained in:
parent
e6630e2e36
commit
beac5a2aec
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ func LoadDefault(file string) (*Config, error) {
|
|||
}
|
||||
if cfg.Host.WorkdirParent == "" {
|
||||
home, _ := os.UserHomeDir()
|
||||
cfg.Host.WorkdirParent = filepath.Join(home, ".cache", "act")
|
||||
cfg.Host.WorkdirParent = home
|
||||
}
|
||||
if cfg.Runner.FetchTimeout <= 0 {
|
||||
cfg.Runner.FetchTimeout = 5 * time.Second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue