1
0
Fork 0
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:
Johnny Wellington 2024-10-28 10:38:30 -03:00 committed by GitHub
parent fc2ae80378
commit 13477b1f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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