Explorar o código

act: add French translation (#8192)

Nicolas Hansse %!s(int64=2) %!d(string=hai) anos
pai
achega
b0c4ede3e9
Modificáronse 1 ficheiros con 28 adicións e 0 borrados
  1. 28 0
      pages.fr/common/act.md

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

@@ -0,0 +1,28 @@
+# act
+
+> Execute des GitHub Actions en local avec Docker.
+> Plus d'informations : <https://github.com/nektos/act>.
+
+- Liste les actions disponibles :
+
+`act -l`
+
+- Execute l'événement par défault :
+
+`act`
+
+- Execute un événement spécifique :
+
+`act {{type_d_événement}}`
+
+- Execute une action spécifique :
+
+`act -a {{id_action}}`
+
+- Ne pas lancer les actions maintenant (e.g un essai) :
+
+`act -n`
+
+- Affiche le journal en mode verbeux :
+
+`act -v`