import { Job } from "https://deno.land/x/actionify@0.3.0/mod.ts";
Use jobs.<job_id>.name to set a name for the job, which is displayed in the GitHub UI.
Parameters
name: WithContext<ExpressionValue<string>, Base, "jobs:jobId:name"> | undefined
import { Job } from "https://deno.land/x/actionify@0.3.0/mod.ts";
Use jobs.<job_id>.name to set a name for the job, which is displayed in the GitHub UI.