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:
Johnny Wellington
2024-10-28 10:38:30 -03:00
committed by GitHub
parent fc2ae80378
commit 13477b1f69

View File

@@ -3,7 +3,7 @@
> Executa GitHub Actions localmente utilizando Docker. > Executa GitHub Actions localmente utilizando Docker.
> Mais informações: <https://github.com/nektos/act>. > Mais informações: <https://github.com/nektos/act>.
- Lista acoes disponiveis: - Lista ações disponíveis:
`act -l` `act -l`
@@ -11,18 +11,22 @@
`act` `act`
- Executa evento especifico: - Executa evento específico:
`act {{tipo_de_evento}}` `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` `act -n`
- Mostra verbose logs: - Mostra verbose logs:
`act -v` `act -v`
- Executa um workflow específico com o evento de push:
`act push -W {{caminho/para/workflow}}`