Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update entrypoint.sh
Use lfs for .zip files
  • Loading branch information
Sticks authored and GitHub Enterprise committed Aug 29, 2023
1 parent 0b90d6a commit 5abc3b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Expand Up @@ -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..."

Expand Down

0 comments on commit 5abc3b3

Please sign in to comment.