create_file
Create a new file in a repository by providing owner, repo, file path, base64 content, and commit message. File is added to the specified branch.
Instructions
Create a new file in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| filepath | Yes | File path in the repository | |
| content | Yes | Base64 encoded file content | |
| message | Yes | Commit message for creating the file | |
| branch | No | Branch name | |
| new_branch | No | Branch name |