Options (5)
-l, --listbooleanList the available jobs
Example:
act {{[-l|--list]}}-j, --jobbooleanRun a specific job
Example:
act {{[-j|--job]}} {{job_id}}-n, --dryrunbooleanDo [n]ot actually run the actions (i.e. a dry run)
Example:
act {{[-n|--dryrun]}}-v, --verbosebooleanShow verbose logs
Example:
act {{[-v|--verbose]}}-W, --workflowsbooleanRun a specific workflow with the push event
Example:
act push {{[-W|--workflows]}} {{path/to/workflow}}Examples (7)
List the available jobs
act [-l|--list]Run the default event
Run a specific event
act event_typeRun a specific job
act [-j|--job] job_idDo [n]ot actually run the actions (i.e. a dry run)
act [-n|--dryrun]Show verbose logs
act [-v|--verbose]Run a specific workflow with the push event
act push [-W|--workflows] path/to/workflowmade by @shridhargupta | data from tldr-pages