diff --git a/entrypoint.sh b/entrypoint.sh index 4349357..3a05d45 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ export WORKSPACE_REPOSITORY="$INPUT_REPOSITORY" export CRAWLER_REPOSITORY="$INPUT_CRAWLER" export OUTPUT_REPOSITORY="$INPUT_OUTPUT" +export GITHUB_URL="https://github.com" unset INPUT_REPOSITORY # Clone crawler