1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

act: add Dutch translation

This commit is contained in:
JenTheBluePanda 2023-05-30 17:06:26 +01:00 committed by K.B.Dharun Krishna
parent ac74731872
commit 237ab0e78c

32
pages.nl/common/act.md Normal file
View file

@ -0,0 +1,32 @@
# act
> Voer GitHub-acties lokaal uit met behulp van Docker.
> Meer informatie: <https://github.com/nektos/act>.
- Maak een lijst van de beschikbare acties:
`act -l`
- Voer de standaard evenement uit:
`act`
- Voer een specifiek evenement uit:
`act {{evenement_type}}`
- Voer een specifieke actie uit:
`act -a {{actie_id}}`
- Voer de acties niet daadwerkelijk uit (d.w.z. een proefrit):
`act -n`
- Toon uitgebreide logboeken:
`act -v`
- Voer een specifieke workflow uit:
`act push -W {{pad/naar/workflow}}`