Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/helpers.ts>getCurrentCommit

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function getCurrentCommit
import { getCurrentCommit } from "https://deno.land/x/actionify@0.2.0/config/helpers.ts";

Get the currently checked out commit sha.

Parameters

optional
cwd = [UNSUPPORTED]

Returns

Promise<string>