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-29 17:43:27 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-29 18:33:54 +0300
commit3f3cd85f8052660e526ad6e0abbd745911dd58d7 (patch)
treec11ed1a87d1929c15dcc366114d111a0f766030f /.github
parent136e0d684355cf24c27ea98473830756a8f19ba0 (diff)
CI: Fix condition
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 b88e438ae..5087f58ac 100644
--- a/.github/workflows/translate.yml
+++ b/.github/workflows/translate.yml
@@ -47,7 +47,7 @@ jobs:
- name: commit and push
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: |
- if( -not (git stash list)) {
+ if(git stash list) {
git stash pop
install -d -m 0700 ~/.ssh
Set-Content -Value "${{ secrets.DEPLOYMENT_SSH_KEY }}" -Path ~/.ssh/id_ed25519