diff --git a/.github/workflows/file-check.yaml b/.github/workflows/file-check.yaml index 1d52067..41090de 100644 --- a/.github/workflows/file-check.yaml +++ b/.github/workflows/file-check.yaml @@ -24,6 +24,9 @@ jobs: check: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: ${{ github.event.inputs.fetch-depth }} - name: Get changed files id: changed-files uses: tj-actions/changed-files@v40