Skip to content

Commit

Permalink
fix: typo in translation workflow (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
izznat authored Sep 25, 2022
1 parent f777b0c commit 8728081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commmit -m "action: translate" --no-verify
git commit -m "action: translate" --no-verify
git push

0 comments on commit 8728081

Please sign in to comment.