-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'm trying to take the stdout of helmfile diff and and post it as a comment in the PR. Every output seems to be empty (I've tried helmfile-stdout, helmfile-stderr and exit-code). Am I missing something? I've verified that writing static text in the pr comment action works as expected, and I can get outputs from other actions and add them as a comment.
- name: Run helmfile
id: helmfile_diff
uses: helmfile/[email protected]
with:
helmfile-args: diff --environment staging
- name: Helmfile Diff Comment
uses: mshick/add-pr-comment@v2
with:
message: |
${{ steps.helmfile_diff.outputs.helmfile-stdout }}Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested