diff --git a/dist/index.js b/dist/index.js index 4631371..3f327f0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8870,7 +8870,7 @@ async function setOutputs(files) { pathsChanged.push(file.filename.split("/").slice(0, -1).join("/")) filesChanged.push(file.filename) }) - core.setOutput("paths_changed", JSON.stringify(pathsChanged)) + core.setOutput("paths_changed", JSON.stringify([...new Set(pathsChanged)])) core.setOutput("file_changed", JSON.stringify(filesChanged)) }