tech-thinker/Push to repository
Useful to push files to another repository to be used, for example, via github pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-directory | Source directory from the origin directory | yes | — |
| destination-github-username | Name of the destination username/organization | yes | — |
| destination-repository-name | Destination repository | yes | — |
| user-email | Email for the git commit | no | github-actions[bot]@users.noreply.github.com |
| user-name | [Optional] Name for the git commit. Defaults to the destination username/organization name | no | github-actions[bot] |
| destination-repository-username | [Optional] Username/organization for the destination repository | no | "" |
| target-branch | [Optional] set target branch name for the destination repository. Defaults to "master" for historical reasons | no | master |
| commit-message | [Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo | no | Update from ORIGIN_COMMIT |
Outputs
no outputs