File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
158
158
159
159
- name : Create comment
160
- uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
160
+ uses : peter-evans/create-or-update-comment@4e4c9d2bf6469297d6559f2d6dd2491723ec8326
161
161
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
162
162
continue-on-error : true
163
163
with :
@@ -166,7 +166,7 @@ jobs:
166
166
edit-mode : replace
167
167
168
168
- name : Update comment
169
- uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
169
+ uses : peter-evans/create-or-update-comment@4e4c9d2bf6469297d6559f2d6dd2491723ec8326
170
170
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
171
171
with :
172
172
comment-id : ${{ env.COMMENT_ID }}
You can’t perform that action at this time.
0 commit comments