From bf4944b228b6c8cd6e54e5d0baf0ce822d6877ad Mon Sep 17 00:00:00 2001 From: SocksTheWolf <132639882+SocksTheWolf@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:09:47 -0700 Subject: [PATCH 1/2] Add in the ignoreValidation to the yaml because it's not there And requesting for it causes an error spew. --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 0f82e42..45c5a50 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,11 @@ inputs: used.' required: false + ignoreValidation: + description: 'Bypasses validation errors (not recommended)' + default: false + required: false + dryRun: description: 'If true, generates a report without creating a package.' default: false From 6d5916872933bd5a615542c47cecd7a4951c48d9 Mon Sep 17 00:00:00 2001 From: Neil Enns Date: Thu, 28 Aug 2025 05:25:00 -0700 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 45c5a50..68189dc 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: required: false ignoreValidation: - description: 'Bypasses validation errors (not recommended)' + description: 'If true, bypasses validation errors (not recommended)' default: false required: false