Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update translation-sync.yml (#5886)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Nov 10, 2023
1 parent dfb666c commit 92683a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translation-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
echo 'Fetch Crowdin Master Translation ⬇️'
crowdin download -b master -T ${{ secrets.CROWDIN_API_KEY }} && crowdin download -b master -l zh-CN -T ${{ secrets.CROWDIN_API_KEY }}
echo "GIT STATUS: $(git status --porcelain)"
if [ -n "$(git status --porcelain)" ]; then
# New strings are added, create a PR to update the master
Expand All @@ -49,6 +48,7 @@ jobs:
# Commit the newly downloaded files
cd $(git rev-parse --show-toplevel)
echo "GIT STATUS: $(git status --porcelain)"
git add .
echo "Checking out new branch [$branch_name]"
Expand Down

1 comment on commit 92683a2

@vercel
Copy link

@vercel vercel bot commented on 92683a2 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.