mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
act: add Dutch translation
This commit is contained in:
parent
ac74731872
commit
237ab0e78c
1 changed files with 32 additions and 0 deletions
32
pages.nl/common/act.md
Normal file
32
pages.nl/common/act.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue