diff --git a/common.js b/common.js index 12b3fb2..9153130 100644 --- a/common.js +++ b/common.js @@ -178,9 +178,7 @@ export function setupPath(newPathEntries) { } console.log(`Entries added to ${envPath} to use selected Ruby:`) for (const entry of newPath) { - if (!cleanPath.includes(entry)) { - console.log(` ${entry}`) - } + console.log(` ${entry}`) } core.endGroup() diff --git a/dist/index.js b/dist/index.js index 11b628a..9cc41f9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -419,9 +419,7 @@ function setupPath(newPathEntries) { } console.log(`Entries added to ${envPath} to use selected Ruby:`) for (const entry of newPath) { - if (!cleanPath.includes(entry)) { - console.log(` ${entry}`) - } + console.log(` ${entry}`) } core.endGroup()