mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 19:02:44 +00:00
Update cheatsheets
This commit is contained in:
20
tldr/act
20
tldr/act
@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# act
|
||||
|
||||
> Execute GitHub Actions locally using Docker.
|
||||
> More information: <https://github.com/nektos/act>.
|
||||
> More information: <https://manned.org/act>.
|
||||
|
||||
- [l]ist the available jobs:
|
||||
- List the available jobs:
|
||||
|
||||
`act -l`
|
||||
`act {{[-l|--list]}}`
|
||||
|
||||
- Run the default event:
|
||||
|
||||
@@ -20,18 +20,18 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`act {{event_type}}`
|
||||
|
||||
- Run a specific [j]ob:
|
||||
- Run a specific job:
|
||||
|
||||
`act -j {{job_id}}`
|
||||
`act {{[-j|--job]}} {{job_id}}`
|
||||
|
||||
- Do [n]ot actually run the actions (i.e. a dry run):
|
||||
|
||||
`act -n`
|
||||
`act {{[-n|--dryrun]}}`
|
||||
|
||||
- Show [v]erbose logs:
|
||||
- Show verbose logs:
|
||||
|
||||
`act -v`
|
||||
`act {{[-v|--verbose]}}`
|
||||
|
||||
- Run a specific [W]orkflow with the push event:
|
||||
- Run a specific workflow with the push event:
|
||||
|
||||
`act push -W {{path/to/workflow}}`
|
||||
`act push {{[-W|--workflows]}} {{path/to/workflow}}`
|
||||
|
||||
Reference in New Issue
Block a user