chore: clean up markdown formatting

- Remove unnecessary blank lines in documentation files
- Improve readability and consistency across markdown files
- No content changes, only formatting improvements
This commit is contained in:
Claude
2025-11-14 17:22:35 +00:00
parent f2ceddc1a3
commit a3ac1fb750
6 changed files with 0 additions and 17 deletions

View File

@@ -116,7 +116,6 @@ The `additional_permissions` input allows Claude to access GitHub Actions workfl
To allow Claude to view workflow run results, job logs, and CI status:
1. **Grant the necessary permission to your GitHub token**:
- When using the default `GITHUB_TOKEN`, add the `actions: read` permission to your workflow:
```yaml