push_files
Push multiple files to a GitHub repository in a single commit, simplifying batch file uploads and version control management.
Instructions
Push multiple files to a GitHub repository in a single commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| branch | Yes | Branch to push to (e.g., 'main' or 'master') | |
| files | Yes | Array of files to push | |
| message | Yes | Commit message |