Skip to content

Commit

Permalink
Set allow_forks default to false (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Jun 4, 2024
1 parent 77a8d1c commit f670f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 All @@ -78,7 +78,7 @@ inputs:
required: false
description: |
Choose how to exit the action if no artifact is found
fail, warn or ignore
default: fail
outputs:
Expand Down

0 comments on commit f670f35

Please sign in to comment.