create_or_update_file
Create or update a file in an existing GitHub repository. Specify owner, repo, path, content, and commit message to add or modify files, with optional SHA and branch for version control.
Instructions
Create or update a file in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | ||
| path | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| branch | No | ||
| content | Yes | ||
| message | Yes |