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 (#6222)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Dec 13, 2023
1 parent 287531f commit f14c7e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/translation-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ jobs:
sudo apt install gh
gh auth login --with-token <<< ${{ github.token }}
gh pr close "$branch_name" || true
pr_close=$(gh pr close "$branch_name" || true)
pr_output=$(gh pr create --base "master" --title "[translations] New strings from crowdin 📚" --head "binary-com:$branch_name" -F ".github/translation_sync_template.md")
echo "PR_URL=$pr_output" >> $GITHUB_ENV
echo "PR_CLOSE=$pr_close" >> $GITHUB_ENV
echo $pr_close
echo $pr_output
fi
# Upload new strings to Crowdin
Expand Down

1 comment on commit f14c7e0

@vercel
Copy link

@vercel vercel bot commented on f14c7e0 Dec 13, 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-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.