neohsu/Deploy files to repo
Deploy file/folder to another GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_dir | Deploy file or folder from this repo | no | — |
| target_github_domain | GitHub domain | no | github.com |
| target_github_api | GitHub API URL | no | https://api.github.com |
| target_personal_access_token | Target GitHub personal access token | yes | — |
| target_owner | Target GitHub owner | yes | — |
| target_repo | Target GitHub repository | yes | — |
| target_branch | Target GitHub repository branch | no | main |
| target_dir | Deploy target file or folder path into target GitHub repository | no | — |
| target_pre_copy_command | Run command on target repository before copy files | no | — |
| target_pre_commit_command | Run command on target repository before git commit | no | — |
| commit_msg | Custom git commit message | no | — |
| pr_title | Custom PR title | no | Deployed files from GITHUB_REPOSITORY |
| target_pr_branch | Custom PR branch | no | deploy-files-to-repo--branches |
Outputs
no outputs