act: add French translation (#8192)

pull/1/head
Nicolas Hansse 2022-07-11 12:42:42 +02:00 committed by GitHub
parent 2faf588055
commit b0c4ede3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages.fr/common/act.md Normal file
View File

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