mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
act: add Spanish translation (#9666)
This commit is contained in:
parent
de188f9885
commit
1910df33dd
1 changed files with 28 additions and 0 deletions
28
pages.es/common/act.md
Normal file
28
pages.es/common/act.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# act
|
||||||
|
|
||||||
|
> Ejecuta acciones de GitHub localmente mediante Docker.
|
||||||
|
> Más información: <https://github.com/nektos/act>.
|
||||||
|
|
||||||
|
- Lista las acciones disponibles:
|
||||||
|
|
||||||
|
`act -l`
|
||||||
|
|
||||||
|
- Ejecuta el evento por defecto:
|
||||||
|
|
||||||
|
`act`
|
||||||
|
|
||||||
|
- Ejecuta un evento específico:
|
||||||
|
|
||||||
|
`act {{event_type}}`
|
||||||
|
|
||||||
|
- Ejecuta una acción específica:
|
||||||
|
|
||||||
|
`act -a {{action_id}}`
|
||||||
|
|
||||||
|
- No ejecuta las acciones (p.e. simular una ejecución):
|
||||||
|
|
||||||
|
`act -n`
|
||||||
|
|
||||||
|
- Muestra registros detallados:
|
||||||
|
|
||||||
|
`act -v`
|
Loading…
Add table
Reference in a new issue