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

x/actionify/config/deps/github.ts>coreActions.addPath

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function coreActions.addPath
import { coreActions } from "https://deno.land/x/actionify@0.3.0/config/deps/github.ts";
const { addPath } = coreActions;

Prepends inputPath to the PATH (for this action and future actions)

Parameters

inputPath: string