We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d431a commit 19ace47Copy full SHA for 19ace47
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- if: steps.fc.outputs.comment-id == ''
98
name: Create comment
99
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@v2
100
with:
101
issue-number: ${{ github.event.number }}
102
body: |
.github/workflows/cpr-example-command.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
43
44
- name: Add reaction
45
46
47
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
48
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
0 commit comments