Skip to content

Commit

Permalink
docs(framework:skip) Fix translation update workflow (#4537)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 21, 2024
1 parent df1faa3 commit d777e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: '${{ env.branch-name }}'
force_with_lease: true

- name: Create Pull Request
if: steps.calculate_diff.outputs.additions > 228 && steps.calculate_diff.outputs.deletions > 60
Expand Down

0 comments on commit d777e5b

Please sign in to comment.