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

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

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

Enables or disables the echoing of commands into stdout for the rest of the step. Echoing is disabled by default if ACTIONS_STEP_DEBUG is not set.

Parameters

enabled: boolean