From 35cac27f4c8fd9b3c3a17462f8de742c5dab5cbc Mon Sep 17 00:00:00 2001 From: Yann Pellegrini <3519082+Yann-P@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:47:47 +0100 Subject: [PATCH] Add example command for collecting artifacts (#1671) Co-authored-by: Markus Wolf --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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