mirror of https://github.com/PrimeDecomp/prime.git
ci: Remove fetch-depth: 0
This commit is contained in:
parent
14efff0978
commit
c500101e5f
|
@ -15,11 +15,10 @@ jobs:
|
||||||
version: [GM8E01_00] # GM8E01_01, GM8E01_48
|
version: [GM8E01_00] # GM8E01_01, GM8E01_48
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout the repository (shallow clone)
|
# Checkout the repository
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# Set Git config
|
# Set Git config
|
||||||
|
|
Loading…
Reference in New Issue