fix: skip container to allow Ruby setup in crowdin-pull action (#2461)

Container was needed to prevent permissions errors after Crowdin action adds
files as root, but that interfered with Ruby setup. This just uses chown to
do the same thing.
This commit is contained in:
Ken-ichi
2024-11-19 17:43:53 -08:00
committed by GitHub
parent 22534acd69
commit 8ec32ae116
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@@ -43,6 +43,7 @@ npm-debug.log
yarn-error.log
# Bundle artifact
.bundle*
*.jsbundle
# Ruby / CocoaPods