From d328e8aa67b25d52fa983ec5d3e5d57522be3657 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 29 Nov 2020 09:58:20 +0100 Subject: [PATCH] Adjust GitHub Actions workflow --- .github/workflows/php-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 4f0ac20..a32b2a1 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -87,6 +87,8 @@ jobs: # ------------------------------------------------------------ - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set variables id: vars