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

x/actionify/mod.ts>Step#timeoutMinutes

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

The maximum number of minutes to run the step before killing the process.

Parameters

minutes: WithContext<ExpressionValue<number>, Base, "jobs:jobId:steps:timeoutMinutes">