DBZ-4562 Use fetch-depth 0 for file changes job

This commit is contained in:
Chris Cranford 2022-01-25 14:13:51 -05:00 committed by Chris Cranford
parent 1d5642a419
commit 108c617000

View File

@ -122,6 +122,8 @@ jobs:
steps: steps:
- name: Checkout Action - name: Checkout Action
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get modified files (Common) - name: Get modified files (Common)
id: changed-files-common id: changed-files-common