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
For ex. the VPN had a Taskgraph check action (Run, Source). The action didn't clone, it ran git init, git remote add origin and git fetch to get a specific ref. This caused taskgraph to panic because origin/HEAD and main were missing in the checkout.