mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 22:55:54 +02:00
act: add French translation (#8192)
This commit is contained in:
parent
2faf588055
commit
b0c4ede3e9
1 changed files with 28 additions and 0 deletions
28
pages.fr/common/act.md
Normal file
28
pages.fr/common/act.md
Normal 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`
|
Loading…
Add table
Reference in a new issue