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

Commit

Permalink
Update translators-sync.yml (#6204)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Dec 13, 2023
1 parent 741a529 commit c9810f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/translators-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
ref: translators
- name: Setup Node
uses: actions/[email protected]
with:
Expand All @@ -33,10 +31,17 @@ jobs:
git config --global user.name "DerivFE"
git config --global user.email "[email protected]"
echo "Fetch Branches"
git fetch origin
echo "Checkout Translators"
git checkout translators
echo "Checking out new branch [$branch_name]"
git checkout -b "$branch_name"
echo "Merge master to translator branch and resolve conflicts automatically"
git merge -X theirs --commit master -m "chore: $(git status --short)"
# Force push to this branch in case a previous run created it.
Expand Down

1 comment on commit c9810f9

@vercel
Copy link

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

Please sign in to comment.