Skip to content

kamu-data/helm-diff-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

helm-diff-comment

Post a comment message with a Helm output on a pull request associated with running the corresponding Helm action.

Example

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published