push_files_content
Push multiple files with their content to a GitHub repository in a single commit, specifying owner, repo, branch, and commit message for streamlined file updates.
Instructions
Push multiple files with direct content 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 with their content | |
message | Yes | Commit message | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |