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
notes="available context is "+quotes(sema.availableContexts)
478
+
default:
479
+
notes="available contexts are "+quotes(sema.availableContexts)
479
480
}
480
481
sema.errorf(
481
482
n,
482
-
"context %q is not allowed here. available %s %s. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details",
483
+
"context %q is not allowed here. %s. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details",
0 commit comments