Skip to content

Commit

Permalink
fetching all
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Dec 11, 2023
1 parent 7b2ede2 commit 61f1481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Dart
uses: dart-lang/setup-dart@v1
Expand Down Expand Up @@ -43,7 +45,6 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git fetch --all
sudo chown -R $USER:$USER .git
git commit assets/i18n/*.json -m "chore: remove empty values from JSON"
git push HEAD:refs/heads/feat/translations
Expand Down

0 comments on commit 61f1481

Please sign in to comment.