File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2727 - name : Generate Diff
2828 id : generate-diff
2929 run : |
30- echo "Generating diff between ${{ github.base_ref }} and ${{ github.head_ref }}"
31- git diff --unified=5 origin/${{ github.base_ref }}...${{ 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
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
3832
3933 - name : Sanitize Diff
4034 run : |
You can’t perform that action at this time.
0 commit comments