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#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/src/step.ts";

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

Parameters

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