This action wraps actions/checkout and adds custom git config before checkout is done
- name: Check out source code
uses: ./.github/actions/checkout
With fetch-depth:
- name: Check out source code
uses: ./.github/actions/checkout
with:
fetch-depth: 0
Required
Path of the module to check, relative to the GitHub workspace.