Skip to content

Commit

Permalink
Add example command for collecting artifacts (#1671)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Wolf <KnisterPeter@users.noreply.github.com>
  • Loading branch information
Yann-P and KnisterPeter authored Mar 19, 2023
1 parent 636c8a3 commit 35cac27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35cac27

Please sign in to comment.