mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
act: add pt_BR translation (#9117)
This commit is contained in:
parent
af8bc78989
commit
eab622443e
1 changed files with 28 additions and 0 deletions
28
pages.pt_BR/common/act.md
Normal file
28
pages.pt_BR/common/act.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue