From 103af0d54f4c3b0da566fd7355642fe957678665 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 11 Jan 2024 18:02:30 +0000 Subject: [PATCH] test --- .github/workflows/notify-new-contribution-agreement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-new-contribution-agreement.yaml b/.github/workflows/notify-new-contribution-agreement.yaml index e3fbb96b..f0d751b4 100644 --- a/.github/workflows/notify-new-contribution-agreement.yaml +++ b/.github/workflows/notify-new-contribution-agreement.yaml @@ -17,7 +17,7 @@ jobs: - name: 🛫 Checkout uses: actions/checkout@v4 with: - fetch-depth: 2 # get current and previous commit + fetch-depth: 0 # get current and previous commit - name: Test run: echo "test $(git --no-pager diff HEAD~1:CONTRIBUTING.md CONTRIBUTING.md)"