From ee1e4bbabd782cbf778d516009ff69370e51ed50 Mon Sep 17 00:00:00 2001 From: rusdacent <57439765+rusdacent@users.noreply.github.com> Date: Mon, 16 Nov 2020 17:51:48 +0300 Subject: [PATCH] Add option for checkout code --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe850e87..21d61278 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - submodules: true + fetch-depth: 0 + submodules: true - uses: satackey/action-docker-layer-caching@v0.0.8 continue-on-error: true with: