clevyr/Yampl
GitHub Action to invoke yampl during CI/CD.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file that should be patched. | yes | — |
| vars | List of values to replace in the provided file. | yes | — |
| values | Deprecated: Use vars instead | — | "" |
| commit_message | If set, this action will invoke stefanzweifel/git-auto-commit-action with the given commit message. | — | "" |
| commit_branch | Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event | — | ${{ github.head_ref }} |
| yampl_version | Yampl version to install | — | latest |
Outputs
no outputs