From 820a4ebd9d04821ff11e23c4d058a2622ec7b9de Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 26 Jan 2021 17:14:59 +0100 Subject: [PATCH] Fix translation action --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index bcd2fe9450f1..3aa24b9d80c3 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -60,6 +60,6 @@ jobs: - name: Update translation run: | - git add translation + git add translations git commit -am "Translation update" git push