From 8422d3b7c22e11efd0057b9faf6c9feee2552be3 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Mon, 28 Oct 2024 18:47:38 +0100 Subject: [PATCH] Reset github checkout fetch-depth to 1. --- .github/workflows/builds.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ad17222..f0e47ed 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -262,7 +262,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 0 # Lint #- name: Setup clang-format diff --git a/README.md b/README.md index 673595a..88cce92 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 0 - name: 🔗 GDExtension Build uses: godotengine/godot-cpp-template/.github/actions/build@main with: