Skip to content

Commit f670f35

Browse files
Set allow_forks default to false (#289)
1 parent 77a8d1c commit f670f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download-artifacts/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inputs:
5858
allow_forks:
5959
description: Allow forks
6060
required: false
61-
default: true
61+
default: false
6262
check_artifacts:
6363
description: Check workflow run whether it has an artifact
6464
required: false
@@ -78,7 +78,7 @@ inputs:
7878
required: false
7979
description: |
8080
Choose how to exit the action if no artifact is found
81-
81+
8282
fail, warn or ignore
8383
default: fail
8484
outputs:

0 commit comments

Comments
 (0)