mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
29 lines
454 B
Markdown
29 lines
454 B
Markdown
![]() |
# 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`
|