diff --git a/entrypoint.sh b/entrypoint.sh index 10d4fb5..324bb70 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -159,7 +159,7 @@ if [ "$CHECK_MODIFIED_FILES" = "yes" ]; then echo -e "${BLUE}BASE_BRANCH: $7${NC}" - git config --global --add safe.directory $(pwd) + git config --global --add safe.directory '*' git fetch origin "${BASE_BRANCH}" --depth=1 > /dev/null MASTER_HASH=$(git rev-parse origin/"${BASE_BRANCH}")