Skip to content

Commit

Permalink
Merge pull request #75 from FlowFuse/fix-actions-comment-pull-request…
Browse files Browse the repository at this point in the history
…-inputs

fix: inputs for `thollander/actions-comment-pull-request` action
  • Loading branch information
hardillb authored Oct 14, 2024
2 parents 733c058 + 31b8fe1 commit 1049dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1049dcb

Please sign in to comment.