mirror of https://github.com/CrimsonTome/tldr.git
29 lines
392 B
Markdown
29 lines
392 B
Markdown
# act
|
|
|
|
> Executa GitHub Actions localmente utilizando Docker.
|
|
> Mais informações: <https://github.com/nektos/act>.
|
|
|
|
- Lista acoes disponiveis:
|
|
|
|
`act -l`
|
|
|
|
- Executa evento padrão:
|
|
|
|
`act`
|
|
|
|
- Executa evento especifico:
|
|
|
|
`act {{tipo_de_evento}}`
|
|
|
|
- Executa acao especifica:
|
|
|
|
`act -a {{acao_id}}`
|
|
|
|
- Nao executa realmente as acoes (i.e. um dry run):
|
|
|
|
`act -n`
|
|
|
|
- Mostra verbose logs:
|
|
|
|
`act -v`
|