create_or_update_file
Create a new file or update an existing file in a GitHub repository with specified content, commit message, and branch.
Instructions
Create or update a repository file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| repo | Yes | ||
| path | Yes | ||
| message | Yes | ||
| content | Yes | ||
| branch | No | ||
| sha | No | ||
| committer | No | ||
| author | No |