Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dubious ownership problem #18

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Fix dubious ownership problem #18

merged 1 commit into from
Mar 28, 2023

Conversation

Kuniwak
Copy link
Member

@Kuniwak Kuniwak commented Mar 28, 2023

unity-meta-check via GitHub Actions unexpectedly exit with status 128.

...
info: skip package "com.unity.modules.vehicles" because it does not exist: Packages/com.unity.modules.vehicles
error: exit status 128
##[debug]Docker Action run completed with exit code 1
##[debug]Finishing: Run DeNA/unity-meta-check@v3

then, set log_level to "DEBUG":

...
debug: searching: "/github/workspace"
debug: exec: git -c core.quotepath=false ls-files (on "/github/workspace")
debug: stderr: fatal: detected dubious ownership in repository at '/github/workspace'
debug: stderr: To add an exception for this directory, call:
debug: stderr: 
debug: stderr:  git config --global --add safe.directory /github/workspace
error: exit status 128

Related: actions/checkout#760


Contribution License Agreement

@Kuniwak Kuniwak self-assigned this Mar 28, 2023
@Kuniwak
Copy link
Member Author

Kuniwak commented Mar 28, 2023

I confirmed that the problem was fixed at v3.1.4-alpha0. I'm investigating why test was failed.

@Kuniwak Kuniwak marked this pull request as ready for review March 28, 2023 14:08
@Kuniwak Kuniwak merged commit fa9b1ad into master Mar 28, 2023
@Kuniwak Kuniwak deleted the fix-dubious-ownership branch March 28, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant