diff --git a/action.yml b/action.yml index 628f64e..0cc774e 100644 --- a/action.yml +++ b/action.yml @@ -32,3 +32,4 @@ runs: echo -e "machine $GIT_SERVER\nlogin oauth2\npassword ${{ inputs.token }}" > ~/.netrc # Disable clone protection to pull LFS as well GIT_CLONE_PROTECTION_ACTIVE=false git clone --branch $GITHUB_REF_NAME --recurse-submodules $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . + git submodule update --init