Skip to content

Commit

Permalink
I18n ci 5 (#10247)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait authored Feb 17, 2025
1 parent 13053fd commit 896ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@twenty.com'
git add .
git stash
- name: Pull translations from Crowdin
Expand Down Expand Up @@ -125,4 +126,3 @@ jobs:
run: gh pr create -B main -H i18n --title 'i18n - translations' --body 'Created by Github action' || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# End of Selection

0 comments on commit 896ff1d

Please sign in to comment.