Skip to content

Commit

Permalink
Merge pull request #63 from FlowFuse/feat-helm-diff-to-pr
Browse files Browse the repository at this point in the history
feat: Publish helm diff results as a PR comment
  • Loading branch information
hardillb authored Jul 15, 2024
2 parents 1bb454e + 4a74fb7 commit f3b4917
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,12 @@ jobs:
fs.writeFileSync('./summary.md', output);
- name: Write the step summary
run: cat ./summary.md >> $GITHUB_STEP_SUMMARY
- name: Add diff summary to pull request
if: github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v2
with:
filePath: ./summary.md
comment_tag: 'helm-diff-${{ inputs.environment }}'

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3b4917

Please sign in to comment.