create_file
Create a file in a Forgejo repository by providing owner, repo, filepath, content, and commit message. Optionally specify branch or set base64=true for encoded content.
Instructions
Create a file. Set base64=true when content is base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| base64 | No | ||
| branch | No | ||
| content | Yes | ||
| message | Yes | ||
| filepath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||