check-pr: fix GitHub Action to gather the diff (#11425)

This commit is contained in:
Sebastiaan Speck
2023-11-11 19:35:12 +01:00
committed by GitHub
parent f39087a6dc
commit 4ea80ce3b3
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with: