summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Willison <swillison@gmail.com>2022-11-27 16:47:43 +0100
committerGitHub <noreply@github.com>2022-11-27 16:47:43 +0100
commitfcbb6d517d38414e09ad60eed6a837060a70dd98 (patch)
tree16f8bf7b6fa9c3361137ff7623dc53d30ad3b0de /README.md
parentFix shellcommand error on sh shell (#1464) (diff)
downloadforgejo-act-fcbb6d517d38414e09ad60eed6a837060a70dd98.tar.xz
forgejo-act-fcbb6d517d38414e09ad60eed6a837060a70dd98.zip
act -j -W example (#1471)
An example of running a job in a specific workflow. Refs #1468
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