File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
77
77
- name : Check if a comment was already made
78
78
id : find-comment
79
- uses : peter-evans/find-comment@v1
79
+ uses : peter-evans/find-comment@v2
80
80
with :
81
81
issue-number : ${{ steps.get-pr-number.outputs.num }}
82
82
comment-author : pirate-bot
@@ -95,15 +95,15 @@ jobs:
95
95
echo "::set-output name=body::$body"
96
96
- name : Create comment on PR with links to plugin builds
97
97
if : ${{ steps.find-comment.outputs.comment-id == '' }}
98
- uses : peter-evans/create-or-update-comment@v1
98
+ uses : peter-evans/create-or-update-comment@v2
99
99
with :
100
100
issue-number : ${{ steps.get-pr-number.outputs.num }}
101
101
token : ${{ secrets.BOT_TOKEN }}
102
102
body : ${{ steps.get-comment-body.outputs.body }}
103
103
104
104
- name : Update comment on PR with links to plugin builds
105
105
if : ${{ steps.find-comment.outputs.comment-id != '' }}
106
- uses : peter-evans/create-or-update-comment@v1
106
+ uses : peter-evans/create-or-update-comment@v2
107
107
with :
108
108
comment-id : ${{ steps.find-comment.outputs.comment-id }}
109
109
edit-mode : replace
You can’t perform that action at this time.
0 commit comments