I18n ci 5 (#10247)
This commit is contained in:
2
.github/workflows/i18n-pull.yaml
vendored
2
.github/workflows/i18n-pull.yaml
vendored
@ -64,6 +64,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions'
|
git config --global user.name 'github-actions'
|
||||||
git config --global user.email 'github-actions@twenty.com'
|
git config --global user.email 'github-actions@twenty.com'
|
||||||
|
git add .
|
||||||
git stash
|
git stash
|
||||||
|
|
||||||
- name: Pull translations from Crowdin
|
- name: Pull translations from Crowdin
|
||||||
@ -125,4 +126,3 @@ jobs:
|
|||||||
run: gh pr create -B main -H i18n --title 'i18n - translations' --body 'Created by Github action' || true
|
run: gh pr create -B main -H i18n --title 'i18n - translations' --body 'Created by Github action' || true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# End of Selection
|
|
||||||
|
|||||||
Reference in New Issue
Block a user