diff --git a/entrypoint.sh b/entrypoint.sh index bedf530..56c5d63 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,6 +28,9 @@ cp /workspace/.env /crawler/.env echo "Cloning output..." git clone "https://$INPUT_ACTOR:$INPUT_TOKEN@teamhydra.io/$OUTPUT_REPOSITORY.git" /output +echo "Using LFS for .zip files" +git lfs track "*.zip" + # Run crawler echo "Running crawler..."