We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88481de commit f4a4be0Copy full SHA for f4a4be0
entrypoint.sh
@@ -16,6 +16,7 @@ echo "${INPUT_DEPLOY_KEY}" > ~/.ssh/id_rsa
16
chmod 600 ~/.ssh/id_rsa
17
18
# set up git
19
+git lfs install
20
git config --global user.name "${INPUT_GIT_USERNAME}"
21
git config --global user.email "${INPUT_GIT_EMAIL}"
22
ssh-keyscan -H github.com > ~/.ssh/known_hosts
0 commit comments