Parcourir la source

Add base path

Ref:

- https://github.com/crowdin/github-action
- https://crowdin.github.io/crowdin-cli/faq
Manav Rathi il y a 1 an
Parent
commit
b00ce0b91f

+ 1 - 0
.github/workflows/auth-crowdin.yml

@@ -22,6 +22,7 @@ jobs:
             - name: Crowdin's action
               uses: crowdin/github-action@v1
               with:
+                  base_path: "auth/"
                   upload_sources: true
                   upload_translations: true
                   download_translations: true

+ 1 - 0
.github/workflows/mobile-crowdin.yml

@@ -22,6 +22,7 @@ jobs:
             - name: Crowdin's action
               uses: crowdin/github-action@v1
               with:
+                  base_path: "mobile/"
                   upload_sources: true
                   upload_translations: true
                   download_translations: true

+ 1 - 0
.github/workflows/web-crowdin.yml

@@ -22,6 +22,7 @@ jobs:
             - name: Crowdin's action
               uses: crowdin/github-action@v1
               with:
+                  base_path: "web/"
                   upload_sources: true
                   upload_translations: true
                   download_translations: true