Skip to content

Commit

Permalink
fixing paratemetes changes for actions-comment-pull-request@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchita Rawat authored and Ruchita Rawat committed Nov 5, 2024
1 parent fb2f91c commit 83d70aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v2
with:
pr_number: ${{ github.event.pull_request.number }}
comment_tag: test-chart
pr-number: ${{ github.event.pull_request.number }}
comment-tag: test-chart
message: |-
# :x: Terraform Linting, Formatting or Init Failed
Expand Down

0 comments on commit 83d70aa

Please sign in to comment.