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

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

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

Sets env variable for this action and future actions in the job

Parameters

name: string

the name of the variable to set

val: any

the value of the variable. Non-string values will be converted to a string via JSON.stringify