Skip to content

Commit f4a4be0

Browse files
authored
git lfs install
1 parent 88481de commit f4a4be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ echo "${INPUT_DEPLOY_KEY}" > ~/.ssh/id_rsa
1616
chmod 600 ~/.ssh/id_rsa
1717

1818
# set up git
19+
git lfs install
1920
git config --global user.name "${INPUT_GIT_USERNAME}"
2021
git config --global user.email "${INPUT_GIT_EMAIL}"
2122
ssh-keyscan -H github.com > ~/.ssh/known_hosts

0 commit comments

Comments
 (0)