Skip to content

Commit

Permalink
cleans up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzow committed Dec 10, 2024
1 parent 16536ac commit 3b6a771
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/redirection-verification/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b6a771

Please sign in to comment.