Perl / docker-perl-tester

Docker images with pre-installed test modules and test dependencies for CPAN modules
28 stars 14 forks source link

Add a global git safe directory #38

Closed oalders closed 1 year ago

oalders commented 1 year ago

After this change:

root@390257b4c39c:/tmp# git config --global --list safe.directory=*

This fixes file ownership mismatches between Docker and the GitHub CI user which happen via the checkout action. We can likely revert this if it gets fixed upstream.