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