diff --git a/.github/workflows/translators-sync.yml b/.github/workflows/translators-sync.yml index 1612f7e38cf..52e65b993ef 100644 --- a/.github/workflows/translators-sync.yml +++ b/.github/workflows/translators-sync.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v4.1.1 + with: + ref: translators - name: Setup Node uses: actions/setup-node@v4.0.0 with: @@ -31,9 +33,6 @@ jobs: git config --global user.name "DerivFE" git config --global user.email "80095553+DerivFE@users.noreply.github.com" - echo "Checkout to translators branch" - git checkout translators - echo "Checking out new branch [$branch_name]" git checkout -b "$branch_name"