From ab7507016d4b26bb16ac91379e6ee37c62e11213 Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Thu, 22 Feb 2024 18:27:22 -0800 Subject: [PATCH] chore: remove unneeded parameter --- .github/workflows/update-mo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mo.yml b/.github/workflows/update-mo.yml index 9ca2c45..3895038 100644 --- a/.github/workflows/update-mo.yml +++ b/.github/workflows/update-mo.yml @@ -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 }}