diff --git a/.github/workflows/registry-updates.yaml b/.github/workflows/registry-updates.yaml index 20211802..e9ef8247 100644 --- a/.github/workflows/registry-updates.yaml +++ b/.github/workflows/registry-updates.yaml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + fetch_depth: 1 - name: Get all changed files and use a comma separator in the output id: changed-files