Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from SticksDev/patch-1
Update entrypoint.sh
  • Loading branch information
Sticks authored and GitHub Enterprise committed Aug 29, 2023
2 parents 0b90d6a + 5abc3b3 commit 2d6a310
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 2d6a310

Please sign in to comment.