Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -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}}`