stockopedia/octommit
Gitops utility for updating yaml files in a github repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub token that has write access to the target repository | yes | — |
| organization | The GitHub organization that contains the repository | yes | — |
| repository | The repository in the organization to update | yes | — |
| source-branch | The source branch where the YAML file lives | no | main |
| output-branch | The branch where the updated YAML file is output | no | main |
| source-path | The source path where the YAML file lives | yes | — |
| output-path | The path where the updated YAML file is output | yes | — |
| set | A series of path=value updates for the YAML to set the value of `path` to `value`. For multiple updates separate with `;` | no | "" |
| set-array-item | A series of path=value updates for the YAML to append `value` to the array at `path`. For multiple updates separate with `;` | no | "" |
| remove-from-array | A series of path=value updates for the YAML to remove `value` to the array at `path`. For multiple updates separate with `;` | no | "" |
| commit-message | The message to use in the Octommit commit | yes | — |
Outputs
no outputs