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-18 22:28:50 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-21 14:34:13 +0300
commit20a0de018f7075994488c87d6868c0898e191ae2 (patch)
tree93f11fc078a6c909f2277f00e924e7d9ab8b6fe5 /.github
parentfabee072205feed102e86f9c247392b0579cd953 (diff)
Fix restoring of changes after updating repo
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 997526328..cd94b5de9 100644
--- a/.github/workflows/translate.yml
+++ b/.github/workflows/translate.yml
@@ -39,7 +39,7 @@ jobs:
git status
git stash
git pull --ff-only origin
- [[ "$(git stash list)" != "" ]] || git stash pop
+ [[ "$(git stash list)" != "" ]] && git stash pop
- name: commit and push
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'