-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
area: variablesChanges related to variables.Changes related to variables.
Description
Description
Global tasks stop working in this scenario: https://taskfile.dev/usage/#running-a-global-taskfile.
This version doesn't change the USER_WORKING_DIR variable; it always keeps the $HOME directory.
Version
3.42.2
Operating system
MacOS
Experiments Enabled
No response
Example Taskfile
version: "3"
tasks:
pwd:
dir: '{{.USER_WORKING_DIR}}'
cmds:
- pwdMetadata
Metadata
Assignees
Labels
area: variablesChanges related to variables.Changes related to variables.