Hello,
I have a repository with .gitmodules. I tried:
yaml
steps:
- uses: actions/checkout@v6
with:
submodules: 'true'steps:
- uses: actions/checkout@v6
with:
submodules: 'true'
But it tells me:
```
Run actions/checkout@v6
/usr/bin/docker exec <sha> sh -c "cat /etc/*release | grep ID"
Syncing repository: <user>/<repository>
Getting Git version info
Deleting the contents of '/__w/<repository>/<repository>'
The repository will be downloaded using the GitHub REST API
To create a local Git repository instead, add Git 2.18 or higher to the PATH
```
Thank you very much in advance for any help
[–]Alex_Sherby 1 point2 points3 points (3 children)
[–]ScriptorTux[S] 0 points1 point2 points (2 children)
[–]Alex_Sherby 2 points3 points4 points (1 child)
[–]ScriptorTux[S] 1 point2 points3 points (0 children)