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

x/actionify/versions/0.ts>Step#timeoutMinutes

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

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

Parameters

minutes: WithContext<ExpressionValue<number>, Base>