1
0
Fork 0
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:
jpetot 2023-02-21 05:08:36 +01:00 committed by GitHub
parent 0b6ec15a60
commit 4669efef74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,3 +26,7 @@
- Show verbose logs:
`act -v`
- Run a specific workflow:
`act push -W {{path/to/workflow}}`