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
err: "A" is not a valid variable type. Try "sh", "ref", "map" or using a scalar value
file: .../Taskfile.yml:3:10
1 | version: '3'
2 |
> 3 | anchors: &vars
| ^
4 | A: 1
5 | B: 2
It looks like the anchor works but the merge key doesn't. It treated the merge key as an actual key.
Task version: 3.38.0
Operating system: MacOS Sonoma
The text was updated successfully, but these errors were encountered:
I'm trying to use yaml anchors with merge key in the taskfile:
Here's the error message:
It looks like the anchor works but the merge key doesn't. It treated the merge key as an actual key.
The text was updated successfully, but these errors were encountered: