Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2021-06-10 18:56:23 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2021-06-10 18:59:47 +0300
commitd861137b6d063d06958816bdb57fe1b3faacd3f3 (patch)
tree348948924e7f28deffc2b178ab7f45a3404b8212 /.github
parent45ad91962819d97586d1492b73ad4a0181628ec8 (diff)
Fix translations update commit creation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/translate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml
index 3aee2420b..5faa3a905 100644
--- a/.github/workflows/translate.yml
+++ b/.github/workflows/translate.yml
@@ -46,5 +46,5 @@ jobs:
run: |
git config user.name "ownClouders"
git config user.email "devops@owncloud.com"
- git commit -m "[tx] updated " + name + " translations from transifex" .
+ git commit -m "[tx] updated client translations from transifex [skip ci]" .
git push