From 53f252207fe62d0f3963ae86a43f40535bc039d1 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Wed, 28 Aug 2024 16:20:22 +0300 Subject: [PATCH] squash: Do not limit fetch depth Signed-off-by: Vitaliy Potyarkin --- .forgejo/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index a1f7e91..c238243 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 submodules: recursive - uses: actions/cache@v4