diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index fe5f29cb..1f36bca8 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin-action - uses: crowdin/github-action@1.4.14 + uses: crowdin/github-action@v1.9.0 with: upload_translations: false download_translations: true @@ -24,7 +24,7 @@ jobs: localization_branch_name: translations create_pull_request: true pull_request_title: 'Update the localization files' - pull_request_body: 'These are the newest translations from [Crowdin](https://crowdin.com/project/project-lighthouse).' + pull_request_body: 'These are the newest translations from [Crowdin](https://crowdin.com/project/lbp-union-project-lighthouse).' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index 158d83ac..1d03c780 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: crowdin-action - uses: crowdin/github-action@1.4.14 + uses: crowdin/github-action@v1.9.0 with: upload_translations: true download_translations: false