diff --git a/README.md b/README.md index a6cdca2..cd1c733 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,9 @@ act pull_request # Run a specific job: act -j test +# Collect artifacts to the /tmp/artifacts folder: +act --artifact-server-path /tmp/artifacts + # Run a job in a specific workflow (useful if you have duplicate job names) act -j lint -W .github/workflows/checks.yml