Add example command for collecting artifacts (#1671)

Co-authored-by: Markus Wolf <[email protected]>
This commit is contained in:
Yann Pellegrini
2023-03-19 22:47:47 +00:00
committed by GitHub
co-authored by Markus Wolf
parent 636c8a34ae
commit 35cac27f4c
+3
View File
@@ -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