Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamu-data/helm-diff-comment
https://github.com/kamu-data/helm-diff-comment
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamu-data/helm-diff-comment
- Owner: kamu-data
- Created: 2023-11-04T09:44:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-29T23:54:32.000Z (9 months ago)
- Last Synced: 2024-03-01T22:40:15.023Z (9 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-diff-comment
Post a comment message with a Helm output on a pull request associated with running
the corresponding Helm action.## Example
```yaml
steps:
- uses: helmfile/[email protected]
id: helmfile-apply
with:
helmfile-args: apply --environment production
- uses: kamu-data/[email protected]
with:
helm-output: ${{ steps.helmfile-apply.outputs.helmfile-stdout }}
environment-name: production
helm-action: apply
```## Inputs
The following inputs are supported
* **environment-name** — The name of the environment Helm action was running on.
* **helm-action** — The name of the action that produced the output.
* **helm-output** — The output of the helm action. It will be posted in the diff section of the comment.## Outputs
This action has no outputs.