act
Execute GitHub Actions locally using Docker.
- List the available actions:
act -l
- Run the default event:
act
- Run a specific event:
act {event_type}
- Run a specific action:
act -a {action_id}
- Do not actually run the actions (i.e. a dry run):
act -n
- Show verbose logs:
act -v
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).