act: fix error for running job (#12146)

* act: fix error for running job

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
iTrooz
2024-01-28 14:30:39 +01:00
committed by GitHub
parent 4da50c10c0
commit e649a5acc6
2 changed files with 11 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
> Execute des GitHub Actions en local avec Docker.
> Plus d'informations : <https://github.com/nektos/act>.
- Liste les actions disponibles :
- [l]iste les jobs disponibles :
`act -l`
@@ -15,9 +15,9 @@
`act {{type_d_événement}}`
- Execute une action spécifique :
- Execute un [j]ob spécifique :
`act -a {{id_action}}`
`act -j {{id_job}}`
- Ne pas lancer les actions maintenant (e.g un essai) :
@@ -26,3 +26,7 @@
- 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}}`