mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:15:32 +02:00
act: add command for specific workflow (#9855)
* Add specific workflow to act * Update pages/common/act.md Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> --------- Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
0b6ec15a60
commit
4669efef74
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Show verbose logs:
|
||||
|
||||
`act -v`
|
||||
|
||||
- Run a specific workflow:
|
||||
|
||||
`act push -W {{path/to/workflow}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue