فهرست منبع

act: add pt_BR translation (#9117)

Felipe Furquim 2 سال پیش
والد
کامیت
eab622443e
1فایلهای تغییر یافته به همراه28 افزوده شده و 0 حذف شده
  1. 28 0
      pages.pt_BR/common/act.md

+ 28 - 0
pages.pt_BR/common/act.md

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