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 735b641 commit d85a617Copy full SHA for d85a617
.github/workflows/code-review.yml
@@ -28,13 +28,7 @@ jobs:
28
id: generate-diff
29
run: |
30
echo "Generating diff between origin/${{ github.base_ref }} and origin/${{ github.head_ref }}"
31
- git diff --unified=5 origin/${{ github.base_ref }}...origin/${{ github.head_ref }} > changes.diff
32
-
33
- # - name: Generate Diff
34
- # id: generate-diff
35
- # run: |
36
- # echo "Generating diff between ${{ github.base_ref }} and pull request head"
37
- # git diff --unified=0 origin/${{ github.event.pull_request.base.ref }}..FETCH_HEAD > changes.diff
+ git diff --unified=5 origin/${{ github.base_ref }}...origin/${{ github.head_ref }} > changes.diff
38
39
- name: Sanitize Diff
40
0 commit comments