Browse Source

Set allow_forks default to false (#289)

pull/292/head
Michał Chęciński 2 years ago committed by GitHub
parent
commit
f670f3525e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      download-artifacts/action.yml

4
download-artifacts/action.yml

@ -58,7 +58,7 @@ inputs: @@ -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
@ -78,7 +78,7 @@ inputs: @@ -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:

Loading…
Cancel
Save