Skip to content

Commit 749d142

Browse files
EdwardAngertclaude
andcommitted
fix: correct YAML syntax in docs-link-check.yaml
- Fix indentation in heredoc section to conform to YAML syntax rules 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e37cda8 commit 749d142

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs-link-check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ jobs:
135135
136136
# Use cat with heredoc instead of echo -e for more reliable newline handling
137137
cat << 'EOT' >> /tmp/issue-guidance.txt
138-
### Additional Guidance
139-
- For 404 errors: Check if the resource was moved or renamed
140-
- For timeout errors: The site might be temporarily down, consider retrying
141-
- For redirect issues: Update to the final URL
142-
EOT
138+
### Additional Guidance
139+
- For 404 errors: Check if the resource was moved or renamed
140+
- For timeout errors: The site might be temporarily down, consider retrying
141+
- For redirect issues: Update to the final URL
142+
EOT
143143
ISSUE_CONTENT+=$(cat /tmp/issue-guidance.txt)
144144
145145
ISSUE_CONTENT+="### For Broken Cross-References\n\n"

0 commit comments

Comments
 (0)