Skip to content

Commit 23baec0

Browse files
authored
Use peter-evans/create-or-update-comment@v4 for comments reactions (#158)
1 parent 137607a commit 23baec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terratest-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.client_payload.github.payload.comment.id != ''
1515
steps:
1616
- name: "Add reaction"
17-
uses: cloudposse/actions/github/create-or-update-comment@0.33.0
17+
uses: peter-evans/create-or-update-comment@v4
1818
with:
1919
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
2020
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}

0 commit comments

Comments
 (0)