fix: make sure USER_WORKING_DIR works corrently with includes (#1309)

Closes #1046
Closes #1205
Closes #1250
Closes #1293
Closes #1274
Closes #1309
Closes #1312

Co-authored-by: Marcus Spading <ms@fragmentum.net>
This commit is contained in:
Andrey Nering
2023-08-26 18:06:50 -03:00
committed by GitHub
parent 6102900060
commit e96712b020
9 changed files with 78 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ func (it *IncludedTaskfile) resolvePath(path string) (string, error) {
return "", err
}
if filepath.IsAbs(path) {
if filepathext.IsAbs(path) {
return path, nil
}