mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
act: update Portuguese Brazilian translation (#14406)
* act: Add command Specific Workflow and command -j Translation to PT-BR * Update pages.pt_BR/common/act.md * Update pages.pt_BR/common/act.md * Update pages.pt_BR/common/act.md * Update pages.pt_BR/common/act.md * Update act.md * Match the number of examples from the original version --------- Co-authored-by: Renie Siqueira <reniedev.github@3nie.com>
This commit is contained in:
parent
fc2ae80378
commit
13477b1f69
1 changed files with 9 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
> Executa GitHub Actions localmente utilizando Docker.
|
||||
> Mais informações: <https://github.com/nektos/act>.
|
||||
|
||||
- Lista acoes disponiveis:
|
||||
- Lista ações disponíveis:
|
||||
|
||||
`act -l`
|
||||
|
||||
|
@ -11,18 +11,22 @@
|
|||
|
||||
`act`
|
||||
|
||||
- Executa evento especifico:
|
||||
- Executa evento específico:
|
||||
|
||||
`act {{tipo_de_evento}}`
|
||||
|
||||
- Executa acao especifica:
|
||||
- Executa um job específico:
|
||||
|
||||
`act -a {{acao_id}}`
|
||||
`act -j {{job_id}}`
|
||||
|
||||
- Nao executa realmente as acoes (i.e. um dry run):
|
||||
- Não executa realmente as ações (ex.: um dry run):
|
||||
|
||||
`act -n`
|
||||
|
||||
- Mostra verbose logs:
|
||||
|
||||
`act -v`
|
||||
|
||||
- Executa um workflow específico com o evento de push:
|
||||
|
||||
`act push -W {{caminho/para/workflow}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue