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 9872340 commit b29d1c4Copy full SHA for b29d1c4
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout code
31
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
34
@@ -45,7 +45,7 @@ jobs:
45
run: jscpd --config "$GITHUB_WORKSPACE/.github/workflows/jscpd.json"
46
47
- name: Get the diff
48
- run: git diff --name-only ${{ github.event.pull_request.base.ref }} ${{ github.head_ref }} >> diff_output.txt
+ run: git diff --name-only origin/${{ github.event.pull_request.base.ref }} ${{ github.head_ref }} >> diff_output.txt
49
50
- name: Upload unfiltered jscpd report
51
if: always()
0 commit comments