Merge pull request #59 from Ivorforce/gh-fetch-depth
Reset github checkout fetch-depth to 1.
This commit is contained in:
1
.github/workflows/builds.yml
vendored
1
.github/workflows/builds.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user