team-carepay/Bitbucket YAML Patcher
Patch a YAML file in a Bitbucket repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | YAML file to patch. For example 'ken-test/applications/default/security/ussd/values.yaml' | yes | — |
| value | For example `v1.2.3` | yes | ${{ startsWith(github.ref,'refs/tags') && github.ref_name || github.sha }} |
| username | Username for login to Git URL | yes | carepaybot |
| password | — | yes | — |
| jsonpath | — | yes | $.microservice.image.tag |
| workspace | Bitbucket workspace slug | yes | carepaydev |
| repository | Bitbucket repository slug | yes | central-configs |
Outputs
no outputs