diff --git a/README.md b/README.md index 0e23f9f7..92da72a5 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ act pull_request # Run a specific job: act -j test +# Run a job in a specific workflow (useful if you have duplicate job names) +act -j lint -W .github/workflows/checks.yml + # Run in dry-run mode: act -n