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

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

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

The code to exit an action

Members

Failure = 1

A code indicating that the action was a failure

Success = 0

A code indicating that the action was successful