diff options
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bfc652ec..aaeab86c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -31,6 +31,8 @@ jobs: - name: Check out code uses: actions/checkout@v2 + with: + fetch-depth: 1 - name: Show versions run: php -v && composer -V && go version |