Skip to content

Update entrypoint.sh #1

Merged
merged 1 commit into from Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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