We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52924a commit e032d4eCopy full SHA for e032d4e
dist/index.js
@@ -8870,7 +8870,7 @@ async function setOutputs(files) {
8870
pathsChanged.push(file.filename.split("/").slice(0, -1).join("/"))
8871
filesChanged.push(file.filename)
8872
})
8873
- core.setOutput("paths_changed", JSON.stringify(pathsChanged))
+ core.setOutput("paths_changed", JSON.stringify([...new Set(pathsChanged)]))
8874
core.setOutput("file_changed", JSON.stringify(filesChanged))
8875
}
8876
0 commit comments