From d439ba34de0b2567d4af9079d64738cc11a2c4ea Mon Sep 17 00:00:00 2001 From: Gu Date: Sat, 23 Aug 2025 12:46:43 +0800 Subject: [PATCH] fix: YAML syntax error in execution workflow Remove extra indentation in multiline string that was causing parse error on line 518. --- .github/workflows/sync_docs_execute.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_docs_execute.yml b/.github/workflows/sync_docs_execute.yml index fdf3b6b6..887ee7de 100644 --- a/.github/workflows/sync_docs_execute.yml +++ b/.github/workflows/sync_docs_execute.yml @@ -514,12 +514,12 @@ jobs: const translationPrNumber = ${{ steps.create-translation-pr.outputs.translation_pr_number }}; const backLinkComment = `## 🔗 Linked to Original PR - + This translation PR was automatically created for the English documentation changes in **PR #${prNumber}**. ### 📝 Original Changes - **Original PR**: #${prNumber} -- **Type**: English documentation updates +- **Type**: English documentation updates - **Auto-translation**: This PR contains the corresponding translations ### 🔄 Synchronization