diff --git a/entrypoint.sh b/entrypoint.sh index 1f859ff..c69c331 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,6 +32,4 @@ else echo "::set-output name=changed_files::${UNIQUE_CHANGED_FILES[*]}" fi -git remote remove temp_verify_changed_files - exit 0;