Skip to content

Commit

Permalink
fix: am
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Sep 27, 2024
1 parent a57f833 commit ba63f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-and-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Commit and push po files to main branch
run: |
if [ "$po_changed" = "true" ]; then
git commit -m "Update po files"
git commit -am "Update po files"
git push origin main
else
echo "No changes to commit"
Expand Down

0 comments on commit ba63f0f

Please sign in to comment.