Compare commits

...

1 commit

Author SHA1 Message Date
2755cb9120 fixup! Fix git submodule authentication 2024-09-29 18:39:38 +03:00

View file

@ -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