Skip to content

Commit

Permalink
Set allow_forks to false by default (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
timweri committed Jun 3, 2024
1 parent 436c9d3 commit 854e2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 854e2de

Please sign in to comment.