From 31b8fe138c66fd71eeb10b8f81f964f81078c2f7 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Mon, 14 Oct 2024 12:15:03 +0200 Subject: [PATCH] Fix inputs for `thollander/actions-comment-pull-request` action --- .github/workflows/deploy_helm_chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index 74a474c..d861ea0 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -262,8 +262,8 @@ jobs: if: github.event_name == 'pull_request' uses: thollander/actions-comment-pull-request@v3 with: - filePath: ./summary.md - comment_tag: 'helm-diff-${{ inputs.environment }}' + file-path: ./summary.md + comment-tag: 'helm-diff-${{ inputs.environment }}' deploy: runs-on: ubuntu-latest