From 45d631fb5534adf6917faed913b317aacdf37751 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Wed, 17 Nov 2021 14:35:08 +0100 Subject: Update translate.yml --- .github/workflows/translate.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.github') 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 + } -- cgit v1.2.3