diff options
author | Simon Willison <swillison@gmail.com> | 2022-11-27 16:47:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 16:47:43 +0100 |
commit | fcbb6d517d38414e09ad60eed6a837060a70dd98 (patch) | |
tree | 16f8bf7b6fa9c3361137ff7623dc53d30ad3b0de /README.md | |
parent | Fix shellcommand error on sh shell (#1464) (diff) | |
download | forgejo-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |