.github: fetch all history for comparing PR changes

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2022-04-18 14:37:11 +05:30
parent dcb9143330
commit 023305e86d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: "refs/pull/${{ github.event.number }}/merge"
fetch-depth: 0
- name: Changed Java Files
id: java-changes