From fcbb6d517d38414e09ad60eed6a837060a70dd98 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 27 Nov 2022 07:47:43 -0800 Subject: [PATCH] act -j -W example (#1471) An example of running a job in a specific workflow. Refs #1468 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e23f9f..92da72a 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