Merge pull request #59 from Ivorforce/gh-fetch-depth

Reset github checkout fetch-depth to 1.
pull/57/merge
David Snopek 2024-10-29 12:05:06 -05:00 committed by GitHub
commit 392d22362b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
fetch-depth: 0
# Lint # Lint
#- name: Setup clang-format #- name: Setup clang-format

View File

@ -81,7 +81,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
fetch-depth: 0
- name: 🔗 GDExtension Build - name: 🔗 GDExtension Build
uses: godotengine/godot-cpp-template/.github/actions/build@main uses: godotengine/godot-cpp-template/.github/actions/build@main
with: with: