From b8414123ce0605ea413980af8eb1738e7ab974b0 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 8 Dec 2022 10:48:31 +0200 Subject: [PATCH 1/2] Install git-lfs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7f8e54..9f9f134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM crowdin/cli:3.9.1 -RUN apk --no-cache add curl git jq gnupg; +RUN apk --no-cache add curl git git-lfs jq gnupg; COPY . . COPY entrypoint.sh /entrypoint.sh From 253a5ea0ce82383638c758ba1e65edf3fa1eb6e4 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 8 Dec 2022 10:48:48 +0200 Subject: [PATCH 2/2] Version 1.5.2 --- EXAMPLES.md | 18 +++++++++--------- README.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index f5264d8..9d9c65d 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v3 - name: Synchronize with Crowdin - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: true @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v3 - name: Synchronize with Crowdin - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: false @@ -102,7 +102,7 @@ jobs: uses: actions/checkout@v3 - name: Crowdin sync - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: false @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v3 - name: Crowdin push - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: false @@ -162,7 +162,7 @@ jobs: uses: actions/checkout@v3 - name: Crowdin push - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: false @@ -193,7 +193,7 @@ jobs: uses: actions/checkout@v3 - name: Crowdin pull - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: false upload_translations: false @@ -224,7 +224,7 @@ jobs: uses: actions/checkout@v3 - name: Synchronize with Crowdin - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: true upload_translations: true @@ -251,7 +251,7 @@ jobs: ... - name: Crowdin - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: config: '.github/crowdin.yml' @@ -282,7 +282,7 @@ jobs: uses: actions/checkout@v3 - name: Matrix - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_sources: false upload_translations: false diff --git a/README.md b/README.md index c98862b..0f5b297 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin action - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_translations: true download_translations: true