sumup-bank/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
- Stale
- License
- None
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