Skip to main content
Module

x/ci/utils/git.ts>branch

Get environment variables exposed by CI services
Very Popular
Latest
function branch
import { branch } from "https://deno.land/x/ci@1.3.0/utils/git.ts";

Parameters

env: { [index: string]: string; }
optional
cwd: string

Returns

Promise<string | undefined>