From 3b6a7711c7ca83e4cc1e01a4e7af9573418193cd Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Tue, 10 Dec 2024 08:41:04 -0600 Subject: [PATCH] cleans up whitespace --- .github/actions/redirection-verification/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/redirection-verification/index.js b/.github/actions/redirection-verification/index.js index 53f82e079c..84eeb39806 100644 --- a/.github/actions/redirection-verification/index.js +++ b/.github/actions/redirection-verification/index.js @@ -112,11 +112,8 @@ const verify = async () => { Promise.all(validateRedirects).then(() => { if(tableData.length > 1) { - core.error('There was an error with one or more redirects.') - core.summary.addTable(tableData) - core.summary.write() core.setFailed('There was an error with one or more contracted redirects.') } else {