mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-20 22:55:27 +02:00
act: add page (#3257)
This commit is contained in:
parent
d62b785927
commit
5058a09516
1 changed files with 28 additions and 0 deletions
28
pages/common/act.md
Normal file
28
pages/common/act.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# act
|
||||
|
||||
> Execute GitHub Actions locally using Docker.
|
||||
> More information: <https://github.com/nektos/act>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue