Skip to main content
Module

x/actionify/mod.ts>c.exportMultilineVariable

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function c.exportMultilineVariable
import { c } from "https://deno.land/x/actionify@0.3.0/mod.ts";
const { exportMultilineVariable } = c;

If isDynamic is set to true the provided value is not wrapped in quotes and will be run as an expression.

Type Parameters

Env extends string

Parameters

name: Env
value: ExpressionValue
optional
isDynamic = [UNSUPPORTED]