sableferret/Replace directory in repo
Update a branch to the current state of another and replace a directory then commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | The reference branch to source files from | yes | — |
| target-branch | Name of the interim branch to base the PR off | yes | — |
| source-dir | Name of the directory to source replacement files | yes | — |
| target-dir | Name of the directory to replace | yes | — |
| commit-username | [Optional] Username for the commit. Defaults to the destination username | no | "" |
| commit-email | Email for the commit | yes | — |
| 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