On this page you find all important commands for the CLI tool act. If the
command you are looking for is missing please ask our AI.
act
Run your GitHub Actions locally 🚀
List of commands for act:
-
act:tldr:1b446 act: Run a specific action.$ act -a ${action_id}try on your machineexplain this command
-
act:tldr:5ede7 act: Run a specific workflow.$ act push -W ${path-to-workflow}try on your machineexplain this command
-
act:tldr:883c7 act: Do not actually run the actions (i.e. a dry run).$ act -ntry on your machineexplain this command
-
act:tldr:b231a act: Run a specific event.$ act ${event_type}try on your machineexplain this command