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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 10, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sumup-bank_change-commit-yaml@80b2f1cf30ccdc86ebcbe45d2ef44f210638600f # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
filepathPath to the file to be changedyes
newvalueNew value to be inserted in the yaml fileyes
refThe branch, tag or SHA to checkoutyes
repositoryThe repository to clone and then pushyes
yamlpathPath to the yaml file to be changedyes
commitprefixPrefix to be added to the commit messageno[CCY]
tokenThe token used to authenticate with GitHubno${{ github.token }}

no outputs