Update peter-evans/create-or-update-comment action to v3
This commit is contained in:
parent
b0938ffd3f
commit
f89d7a2d6a
|
@ -35,7 +35,7 @@ jobs:
|
||||||
comment-author: 'github-actions[bot]'
|
comment-author: 'github-actions[bot]'
|
||||||
body-includes: APK Size
|
body-includes: APK Size
|
||||||
- name: Publish size to PR
|
- name: Publish size to PR
|
||||||
uses: peter-evans/create-or-update-comment@v2
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||||
issue-number: ${{ steps.size.outputs.PR_NUMBER }}
|
issue-number: ${{ steps.size.outputs.PR_NUMBER }}
|
||||||
|
|
Loading…
Reference in New Issue