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
If GITHUB_ACTIONS is not defined the check "$GITHUB_ACTIONS" = "true"
might fail. The CODESPACES variable is always set to "true" in GitHub
Codespaces so we can use the same mechanism there.
0 commit comments