Skip to content

Commit

Permalink
chore: remove unneeded parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff authored Feb 23, 2024
1 parent 87c9234 commit ab75070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Commit and push .mo files
run: |
git add -A
git commit -m "chore: update .mo files" --allow-empty
git commit -m "chore: update .mo files"
git push origin ${{ github.head_ref }}

0 comments on commit ab75070

Please sign in to comment.