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

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

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

Sets the action status to failed. When the action exits it will be with an exit code of 1

Parameters

message: string | Error

add error issue message