Skip to main content
Module

x/actionify/mod.ts>Step#name

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

A name for the step to display in the GitHub UI.

Parameters

name: WithContext<ExpressionValue<string>, Base, "jobs:jobId:steps:name">