fix: add-paths
This commit is contained in:
parent
f2a331449f
commit
e3d39151ff
6
.github/workflows/i18n-pull.yml
vendored
6
.github/workflows/i18n-pull.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user