diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229be01..5c29662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: changes: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v36