Skip to content

Commit d439ba3

Browse files
committed
fix: YAML syntax error in execution workflow
Remove extra indentation in multiline string that was causing parse error on line 518.
1 parent 82663b1 commit d439ba3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync_docs_execute.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,12 @@ jobs:
514514
const translationPrNumber = ${{ steps.create-translation-pr.outputs.translation_pr_number }};
515515
516516
const backLinkComment = `## 🔗 Linked to Original PR
517-
517+
518518
This translation PR was automatically created for the English documentation changes in **PR #${prNumber}**.
519519

520520
### 📝 Original Changes
521521
- **Original PR**: #${prNumber}
522-
- **Type**: English documentation updates
522+
- **Type**: English documentation updates
523523
- **Auto-translation**: This PR contains the corresponding translations
524524

525525
### 🔄 Synchronization

0 commit comments

Comments
 (0)