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
|
|
@ -26,3 +26,7 @@
|
|||
- Show verbose logs:
|
||||
|
||||
`act -v`
|
||||
|
||||
- Run a specific workflow:
|
||||
|
||||
`act push -W {{path/to/workflow}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue