actions-marketplace-validations/Change and Commit Yaml
This Action clones a repository, then changes a Yaml file inside it and pushes the changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 10, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/sumup-bank_change-commit-yaml@80b2f1cf30ccdc86ebcbe45d2ef44f210638600f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| filepath | Path to the file to be changed | yes | — |
| newvalue | New value to be inserted in the yaml file | yes | — |
| ref | The branch, tag or SHA to checkout | yes | — |
| repository | The repository to clone and then push | yes | — |
| yamlpath | Path to the yaml file to be changed | yes | — |
| commitprefix | Prefix to be added to the commit message | no | [CCY] |
| token | The token used to authenticate with GitHub | no | ${{ github.token }} |
Outputs
no outputs