Skip to content

Commit

Permalink
fixing parameters changes for actions-comment-pull-request@v3 (#34)
Browse files Browse the repository at this point in the history
fixing paratemetes changes for actions-comment-pull-request@v3

Signed-off-by: Ruchita Rawat <[email protected]>
Co-authored-by: Ruchita Rawat <[email protected]>
  • Loading branch information
rurawat12 and Ruchita Rawat authored Nov 5, 2024
1 parent fb2f91c commit 16e5f7f
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 16e5f7f

Please sign in to comment.