Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set allow_forks to false by default
  • Loading branch information
timweri committed Jun 3, 2024
commit 40fc01774100e3f44b716176b85a3a5471feec66
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
# "fail", "warn", "ignore"
# default fail
if_no_artifact_found: fail
# Optional, ignore forks when searching for artifacts
# default true
allow_forks: false
# Optional, include forks when searching for artifacts
# default false
allow_forks: true
```

## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ inputs:
allow_forks:
description: Allow forks
required: false
default: true
default: false
check_artifacts:
description: Check workflow run whether it has an artifact
required: false
Expand Down