From 435b3819c7799e18d5311d9b06c76c11bdf06d42 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Tue, 27 Feb 2024 16:02:37 +1100 Subject: [PATCH] g1 --- .github/workflows/test-php.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index d0f0f36..70ff63e 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -78,6 +78,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + # Fetch all history for git repository. + fetch-depth: 0 + # Do not persist credentials after checkout + # to allow to use custom credentials to push to a remote repo. persist-credentials: false - name: Cache Composer dependencies