We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8479a49 commit 46f0602Copy full SHA for 46f0602
entrypoint.sh
@@ -21,6 +21,9 @@ git config --global user.email "${INPUT_GIT_EMAIL}"
21
ssh-keyscan -H github.com > ~/.ssh/known_hosts
22
GIT_SSH='ssh -i /github/home/.ssh/id_rsa -o UserKnownHostsFile=/github/home/.ssh/known_hosts'
23
24
+# Don't download LFS files initially
25
+export GIT_LFS_SKIP_SMUDGE=1
26
+
27
# clone the repo into our working directory and cd to it
28
GIT_SSH_COMMAND=$GIT_SSH git clone git@github.com:$INPUT_DESTINATION_REPO.git $WORKING_DIR
29
cd $WORKING_DIR
0 commit comments