소스 검색

act: add French translation (#8192)

Nicolas Hansse 2 년 전
부모
커밋
b0c4ede3e9
1개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  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`