You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/versioned_docs/version-latest/reference/templating.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ special variable will be overridden.
115
115
| `TASKFILE` | The absolute path of the included Taskfile. |
116
116
| `TASKFILE_DIR` | The absolute path of the included Taskfile directory. |
117
117
| `TASK_DIR` | The absolute path of the directory where the task is executed. |
118
-
| `USER_WORKING_DIR` | The absolute path of the directory `task` was called from, or the value of `--dir` (`-d`) if given. |
118
+
| `USER_WORKING_DIR` | The absolute path of the directory `task` was called from. |
119
119
| `CHECKSUM` | The checksum of the files listed in `sources`. Only available within the `status` prop and if method is set to `checksum`. |
120
120
| `TIMESTAMP` | The date object of the greatest timestamp of the files listed in `sources`. Only available within the `status` prop and if method is set to `timestamp`. |
0 commit comments