run

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package run implements the actions workflow run command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdRun

func NewCmdRun(f *cmdutil.Factory, runF func(*RunOptions) error) *cobra.Command

NewCmdRun creates the actions workflow run command.

Types

type RunOptions

type RunOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (string, error)

	Repository string
	WorkflowID string
	Ref        string
	RawFields  []string
	Fields     map[string]string
	JSON       bool
}

RunOptions configures the actions workflow run command.

Source Files

  • run.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL