gh-workflow Verified for current stable LTS

Gh Workflow Command: Run Workflow With Json Params

Use for run workflow with json params with Gh Workflow. Exact CLI syntax to run workflow with json params using Gh Workflow.

When to use this: Use for run workflow with json params with Gh Workflow.

Command Syntax

echo '{{"param1": "value1", "param2": "value2", ...}}' | gh workflow run <id|workflow_name|filename.yml> -r <branch|tag_name>

Command Breakdown

-r
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to run workflow with json params using Gh Workflow.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Gh Workflow directory