79530233

Date: 2025-03-24 05:58:48
Score: 0.5
Natty:
Report link

you need to refer this action in the market place for checking out code base.

https://github.com/actions/checkout

by default , submodules are not checked out. you need to explicitly pass submodules as true.

- uses: actions/checkout@v4
  with:
     submodules: true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dayananda D R