Skip to content

Commit 46f0602

Browse files
authored
Update entrypoint.sh
1 parent 8479a49 commit 46f0602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ git config --global user.email "${INPUT_GIT_EMAIL}"
2121
ssh-keyscan -H github.com > ~/.ssh/known_hosts
2222
GIT_SSH='ssh -i /github/home/.ssh/id_rsa -o UserKnownHostsFile=/github/home/.ssh/known_hosts'
2323

24+
# Don't download LFS files initially
25+
export GIT_LFS_SKIP_SMUDGE=1
26+
2427
# clone the repo into our working directory and cd to it
2528
GIT_SSH_COMMAND=$GIT_SSH git clone git@github.com:$INPUT_DESTINATION_REPO.git $WORKING_DIR
2629
cd $WORKING_DIR

0 commit comments

Comments
 (0)