stockopedia/octommit

Gitops utility for updating yaml files in a github repo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenA GitHub token that has write access to the target repositoryyes
organizationThe GitHub organization that contains the repositoryyes
repositoryThe repository in the organization to updateyes
source-branchThe source branch where the YAML file livesnomain
output-branchThe branch where the updated YAML file is outputnomain
source-pathThe source path where the YAML file livesyes
output-pathThe path where the updated YAML file is outputyes
setA series of path=value updates for the YAML to set the value of `path` to `value`. For multiple updates separate with `;`no""
set-array-itemA series of path=value updates for the YAML to append `value` to the array at `path`. For multiple updates separate with `;`no""
remove-from-arrayA series of path=value updates for the YAML to remove `value` to the array at `path`. For multiple updates separate with `;`no""
commit-messageThe message to use in the Octommit commityes

no outputs