Skip to content

Commit e032d4e

Browse files
committed
refactor: build app with ncc
1 parent d52924a commit e032d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8870,7 +8870,7 @@ async function setOutputs(files) {
88708870
pathsChanged.push(file.filename.split("/").slice(0, -1).join("/"))
88718871
filesChanged.push(file.filename)
88728872
})
8873-
core.setOutput("paths_changed", JSON.stringify(pathsChanged))
8873+
core.setOutput("paths_changed", JSON.stringify([...new Set(pathsChanged)]))
88748874
core.setOutput("file_changed", JSON.stringify(filesChanged))
88758875
}
88768876

0 commit comments

Comments
 (0)