chore: fix markdown formatting in documentation

Remove unnecessary blank lines after list items in markdown files.
This commit is contained in:
Claude
2026-01-07 18:49:13 +00:00
parent 5c0f1e2273
commit d544d7303b
7 changed files with 20 additions and 39 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