1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00

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

@ -0,0 +1,8 @@
version: '3'
tasks:
echo:
dir: '{{.USER_WORKING_DIR}}'
cmds:
- pwd
silent: true