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
Since both variables are set, uncommenting requires should not change the behavior of task echo. However, it fails with the message: task: Task "echo" cancelled because it is missing required variables: TASK_LEVEL. Task-level variable seems to be ignored during the evaluation of requires.
The text was updated successfully, but these errors were encountered:
Taskfile.yml
When running
task echo
with this file, it succeeds:Since both variables are set, uncommenting
requires
should not change the behavior oftask echo
. However, it fails with the message:task: Task "echo" cancelled because it is missing required variables: TASK_LEVEL
. Task-level variable seems to be ignored during the evaluation ofrequires
.The text was updated successfully, but these errors were encountered: