From 92924dc9ed498acc9f40d73eb4250a21d008bf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Fri, 15 Dec 2023 12:49:28 +0900 Subject: [PATCH] gh: fetch all commits to be able to check the diff --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7926c93..49e5626 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,5 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: OSAS/dns4tenants-validation@main