mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
fix: YAML syntax error in execution workflow
Remove extra indentation in multiline string that was causing parse error on line 518.
This commit is contained in:
4
.github/workflows/sync_docs_execute.yml
vendored
4
.github/workflows/sync_docs_execute.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user