1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/act.md
iTrooz e649a5acc6
act: fix error for running job (#12146)
* act: fix error for running job

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-28 19:00:39 +05:30

32 lines
551 B
Markdown

# act
> Execute des GitHub Actions en local avec Docker.
> Plus d'informations : <https://github.com/nektos/act>.
- [l]iste les jobs disponibles :
`act -l`
- Execute l'événement par défault :
`act`
- Execute un événement spécifique :
`act {{type_d_événement}}`
- Execute un [j]ob spécifique :
`act -j {{id_job}}`
- Ne pas lancer les actions maintenant (e.g un essai) :
`act -n`
- Affiche le journal en mode verbeux :
`act -v`
- Execute un [W]orkflow en particulier, avec l'événement push :
`act push -W {{path/to/workflow}}`