Skip to content

Commit 854e2de

Browse files
authored
Set allow_forks to false by default (#290)
1 parent 436c9d3 commit 854e2de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
7575
# "fail", "warn", "ignore"
7676
# default fail
7777
if_no_artifact_found: fail
78-
# Optional, ignore forks when searching for artifacts
79-
# default true
80-
allow_forks: false
78+
# Optional, include forks when searching for artifacts
79+
# default false
80+
allow_forks: true
8181
```
8282
8383
## Troubleshooting

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ inputs:
6565
allow_forks:
6666
description: Allow forks
6767
required: false
68-
default: true
68+
default: false
6969
check_artifacts:
7070
description: Check workflow run whether it has an artifact
7171
required: false

0 commit comments

Comments
 (0)