Skip to content

Commit

Permalink
dear maintainer, I swear this is *again* the last time you'll receive…
Browse files Browse the repository at this point in the history
… notification for failed workflow
  • Loading branch information
validcube authored Dec 11, 2023
1 parent 169835e commit 8951a47
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sync-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
run: |
cd assets/i18n
sudo chmod 777 *
dart nuke.dart
dart nuke.dart >> $GITHUB_STEP_SUMMARY
- name: Push out changes to i10n
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: remove empty values from JSON"
branch: "feat/i10n"
run: |
git config user.name github-actions
git config user.email [email protected]
git commit assets/i18n/*.json -m "chore: remove empty values from JSON"
git push "feat/i10n"

0 comments on commit 8951a47

Please sign in to comment.