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

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

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

Saves state for current action, the state can only be retrieved by this action's post job execution.

Parameters

name: string

name of the state to store

value: any

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