From 7c3e0dedad530e599bd0d312ab0df2fc49679bc0 Mon Sep 17 00:00:00 2001 From: prince-deriv <82309725+prince-deriv@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:18:03 +0400 Subject: [PATCH] Update translation-sync.yml (#5907) --- .github/workflows/translation-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translation-sync.yml b/.github/workflows/translation-sync.yml index c8e67894742..c43276b7611 100644 --- a/.github/workflows/translation-sync.yml +++ b/.github/workflows/translation-sync.yml @@ -62,6 +62,7 @@ jobs: gh auth login --with-token <<< ${{ github.token }} 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 "CREATE OUTPUT: $pr_output" echo "pr_url=$(echo "$pr_output" | awk '/url/{print $2}')" >> $GITHUB_ENV fi