push_files
Push multiple files to a GitHub repository in one commit, specifying owner, repo, branch, files, and a commit message for streamlined updates.
Instructions
Push multiple files to a GitHub repository in a single commit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | Yes | Branch to push to (e.g., 'main' or 'master') | |
files | Yes | Array of files to push | |
message | Yes | Commit message | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |