Skip to content

Commit

Permalink
ci: commit!!
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Dec 11, 2023
1 parent f06078b commit 169835e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/sync-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ jobs:
cd assets/i18n
sudo chmod 777 *
dart nuke.dart
- name: Commit change
uses: EndBug/add-and-commit@v9
# So, the reason for continue-on-error is: Task failed successfully
continue-on-error: true
- name: Push out changes to i10n
uses: stefanzweifel/git-auto-commit-action@v5
with:
message: "chore: remove empty values from JSON"
push: false

- name: Push to i18n branch
run: git push origin feat/i10n

commit_message: "chore: remove empty values from JSON"
branch: "feat/i10n"

0 comments on commit 169835e

Please sign in to comment.