MCPcopy Create free account
hub / github.com/continuedev/continue / isGitHubActions

Function isGitHubActions

extensions/cli/src/util/git.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 * Check if running in GitHub Actions
59 */
60export function isGitHubActions(): boolean {
61 return process.env.GITHUB_ACTIONS === "true";
62}
63
64/**
65 * Check if running in Continue remote agents

Callers 3

recordSessionStartMethod · 0.85
getGitHubActionsRepoUrlFunction · 0.85
git.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected