From 6e42c3395a80c4f7519b12a545f0848373039e0e Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Fri, 11 Nov 2022 15:19:46 +0100 Subject: [PATCH] Remove defaults from the recently added fields. --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index d2ce0e485..b8d7b95da 100644 --- a/action.yml +++ b/action.yml @@ -38,12 +38,9 @@ inputs: license-check: description: A boolean to determine if license checks should be performed required: false - default: true vulnerability-check: description: A boolean to determine if vulnerability checks should be performed required: false - default: true - runs: using: 'node16' main: 'dist/index.js'