Skip to content

Commit 2ab901e

Browse files
committed
update path to be full path
1 parent c8924aa commit 2ab901e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: count clones on new branch
7575
run: npx jscpd --pattern "packages/**/*.ts" --ignore "**node_modules**,**dist**,**test**" --gitignore --reporters json --output branch
7676
- name: Compare clone count across master and new branch
77-
run: node "$GITHUB_WORKSPACE/.github/workflows/lintdupe.js" jscpd-report.json branch/jscpd-report.json
77+
run: node "$GITHUB_WORKSPACE/.github/workflows/lintdupe.js" "$GITHUB_WORKSPACE/.github/workflows/jscpd-report.json" branch/jscpd-report.json
7878

7979
macos:
8080
needs: lint-commits

0 commit comments

Comments
 (0)