You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-release selftests: set git repo directory as safe
This workflow is currently failing, giving the following error:
fatal: unsafe repository ('/__w/avocado/avocado' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /__w/avocado/avocado
Error: Process completed with exit code 128.
Let's work around this limitation and more recent git behavior and set
the safe mode on the repo directory manually.
Reference: actions/checkout#762
Signed-off-by: Cleber Rosa <crosa@redhat.com>
0 commit comments