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
chore: YAML installation is more robust by using find()
Instead of using array indices, use find to locate the element we want to override in the YAML. This ensures that if array entries change position, the code still works.
0 commit comments