Skip to content

Commit

Permalink
Update sync_i18n.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Exitare committed Jan 2, 2025
1 parent b4ebaff commit 535e837
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensure full Git history is fetched
ref: ${{ github.ref }} # Checkout the branch that triggered the workflow

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -35,7 +38,7 @@ jobs:
git config user.email "[email protected]"
git add apps/keira/src/assets/i18n/*.json
git commit -m "Fix missing translation keys"
git push
git push origin HEAD
else
echo "No missing keys detected."
fi

0 comments on commit 535e837

Please sign in to comment.