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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-11-17 16:35:08 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-18 16:34:22 +0300
commit45d631fb5534adf6917faed913b317aacdf37751 (patch)
tree13353279bb39a29f38be42219eff224a53b7b7c1 /.github
parent7c6587ccae64da8f1143d0cee512988b304a7ae8 (diff)
Update translate.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/translate.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml
index 6c6338672..baf7a7600 100644
--- a/.github/workflows/translate.yml
+++ b/.github/workflows/translate.yml
@@ -47,14 +47,14 @@ jobs:
- name: commit and push
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: |
- if( -not (git stash list)) {
- git stash pop
- install -d -m 0700 ~/.ssh
- Set-Content -Value "${{ secrets.DEPLOYMENT_SSH_KEY }}" -Path ~/.ssh/id_ed25519
- chmod 0600 ~/.ssh/id_ed25519
- git config user.name "ownClouders"
- git config user.email "devops@owncloud.com"
- git add translations/
- git commit -m "[tx] updated client translations from transifex [skip ci]"
- git push git@github.com:owncloud/client.git
- }
+ if( -not (git stash list)) {
+ git stash pop
+ install -d -m 0700 ~/.ssh
+ Set-Content -Value "${{ secrets.DEPLOYMENT_SSH_KEY }}" -Path ~/.ssh/id_ed25519
+ chmod 0600 ~/.ssh/id_ed25519
+ git config user.name "ownClouders"
+ git config user.email "devops@owncloud.com"
+ git add translations/
+ git commit -m "[tx] updated client translations from transifex [skip ci]"
+ git push git@github.com:owncloud/client.git
+ }