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 868f8f2 commit e447610Copy full SHA for e447610
.github/workflows/node.js.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "TARGET_BRANCH=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV
86
- run: git diff --name-only origin/$TARGET_BRANCH forkUpstream/$CURRENT_BRANCH > diff_output.txt
87
- run: |
88
- npm install -g jscpd diff-so-fancy
+ npm install -g jscpd
89
90
- run: jscpd --config "$GITHUB_WORKSPACE/.github/workflows/jscpd.json"
91
0 commit comments