brudi/Mesh Release Action
Update mesh app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 6, 2021
- License
- None
Pinned Snippet
uses: brudi/mesh-release-action@2f8e91f8c23584c15293724cd0c060fac49edb64 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | App version | yes | — |
| token | GitHub Private Access Token | yes | — |
| app | App name (defaults to current folder name) | no | — |
| appFolder | Relativ path to app install folder (defaults to `install`) | no | — |
| repo | App configuration repository | no | github.com/brudi/catalog-mesh.git |
| ref | Git ref to checkout | no | master |
| path | Path to app configuration in repo | no | — |
| image | Path to docker repo image | no | — |
| imageBase | Base path to docker repo images | no | — |
| images | Comma separated list of image names to replace | no | — |
| overlay | Specific overlay to release | no | — |
| push | Push the changes of the app repo itself. By default, changes are pushed to the catalog `repo` only. | no | — |
| commit | Commit all release changes back to the app repo itself. True by default. | no | — |
| amend | Amend the app changes to the last commit. Creates a new commit by default. Only available when `push` is set to true. | no | — |
| merge | Git ref used to merge after release. Does not merge by default. | no | — |
Outputs
no outputs