We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631f7ac commit faa016fCopy full SHA for faa016f
1 file changed
README.md
@@ -61,7 +61,6 @@ Runs when a pull request is merged. Analyzes the PR for AI-assisted contribution
61
62
| Input | Required | Default | Description |
63
|-------|----------|---------|-------------|
64
-| `github-token` | No | `${{ github.token }}` | GitHub token for API access |
65
| `pr-url` | **Yes** | - | The pull request URL (use `${{ github.event.pull_request.html_url }}`) |
66
| `merge-commit-sha` | **Yes** | - | The merge commit SHA (use `${{ github.event.pull_request.merge_commit_sha }}`) |
67
| `repo-url` | No | Current repository | Repository URL |
0 commit comments