diff --git a/.github/workflows/i18n-pull.yml b/.github/workflows/i18n-pull.yml index 6214fd65f..581ce120f 100644 --- a/.github/workflows/i18n-pull.yml +++ b/.github/workflows/i18n-pull.yml @@ -96,7 +96,7 @@ jobs: run: sudo chown -R $USER:$USER . - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: 'New translations from Crowdin (${{ steps.branch-name.outputs.branch_name }})' body: |- @@ -107,10 +107,6 @@ jobs: Want to update this pull request? [Dispatch this workflow again](https://github.com/${{ github.repository }}/actions/workflows/i18n-pull.yml). commit-message: 'New translations from Crowdin (${{ steps.branch-name.outputs.branch_name }})' branch: crowdin-pull/${{ steps.branch-name.outputs.branch_name }} - add-paths: | - apps/*/src/locales - packages/*/src/locales author: '${{ steps.git-author.outputs.name }} <${{ steps.git-author.outputs.email }}>' committer: '${{ steps.git-author.outputs.name }} <${{ steps.git-author.outputs.email }}>' token: ${{ secrets.CROWDIN_GH_TOKEN }} - git-token: ${{ secrets.CROWDIN_GH_TOKEN }}