summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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