feat: deduplicate dir names list (#1183)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2023-05-26 11:18:05 -06:00
committed by GitHub
parent 8a36220d04
commit 652648acb4
3 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ export const getDiffFiles = async ({
excludeRoot: inputs.dirNamesExcludeRoot
})
)
files = [...new Set(files)]
}
if (inputs.json) {