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:
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
+ }