We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670978e commit 4f6013cCopy full SHA for 4f6013c
1 file changed
.github/workflows/jscpd-duplication-check.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "master duplication percentage: $(jq .statistics.total.percentageTokens report-master/jscpd-report.json)"
63
64
- name: Checkout back to PR branch
65
- run: git checkout ${{ github.head_ref }}
+ run: git checkout -
66
67
- name: Run jscpd for ${{ inputs.tech_stack }}
68
env:
0 commit comments