From 048de6b388f87118ee9436aeb7175f10483df74d Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 26 Jan 2021 17:21:38 +0100 Subject: [PATCH] Fix translation action (#8244) --- .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 bcd2fe9450..3aa24b9d80 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