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

x/actionify/config/deps/github.ts>coreActions.setOutput

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function coreActions.setOutput
import { coreActions } from "https://deno.land/x/actionify@0.2.0/config/deps/github.ts";
const { setOutput } = coreActions;

Sets the value of an output.

Parameters

name: string

name of the output to set

value: any

value to store. Non-string values will be converted to a string via JSON.stringify