From f670f3525e1770415aa4beadcd1413c6226b3a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Tue, 4 Jun 2024 16:25:33 +0200 Subject: [PATCH] Set allow_forks default to false (#289) --- download-artifacts/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download-artifacts/action.yml b/download-artifacts/action.yml index 0bcda75e..f013abb2 100644 --- a/download-artifacts/action.yml +++ b/download-artifacts/action.yml @@ -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: required: false description: | Choose how to exit the action if no artifact is found - + fail, warn or ignore default: fail outputs: