Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/step.ts>Step#continueOnError

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
method Step.prototype.continueOnError
import { Step } from "https://deno.land/x/actionify@0.3.0/src/step.ts";

Prevents a job from failing when a step fails. Set to true to allow a job to pass when this step fails.

Calling with no arguments will set the value to true.

Parameters

optional
continueOnError: WithContext<ExpressionValue, Base, "jobs:jobId:continueOnError"> = [UNSUPPORTED]