We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436c9d3 commit 854e2deCopy full SHA for 854e2de
README.md
@@ -75,9 +75,9 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
75
# "fail", "warn", "ignore"
76
# default fail
77
if_no_artifact_found: fail
78
- # Optional, ignore forks when searching for artifacts
79
- # default true
80
- allow_forks: false
+ # Optional, include forks when searching for artifacts
+ # default false
+ allow_forks: true
81
```
82
83
## Troubleshooting
action.yml
@@ -65,7 +65,7 @@ inputs:
65
allow_forks:
66
description: Allow forks
67
required: false
68
- default: true
+ default: false
69
check_artifacts:
70
description: Check workflow run whether it has an artifact
71
0 commit comments