pyldin601/patch-yaml-through-commit
A Github Action that allows patching yaml files in the other repository and commit changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_repo_url | Git repository to connect. | yes | — |
| git_branch | Git repository branch to checkout from. | no | master |
| committer_name | Name on whose behalf a commit will be made. | no | John Doe |
| committer_email | Email on whose behalf a commit will be made. | no | pldin601@gmail.com |
| commit_message | Message for commit. | yes | — |
| yaml_file | Path to yaml file which should be patched (related to repository's root). | yes | — |
| patch_expression | Space-separated pairs of path.to.node=value expresions to patch. | yes | — |
| dry_run | If this parameter set, no commit will be made. Just generated diff. | no | — |
Outputs
no outputs