File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
130
130
131
131
- name : Create comment
132
- uses : peter-evans/create-or-update-comment@0f44b017d10caeea6a4c1b410ba0521ad8a02815
132
+ uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
133
133
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
134
134
continue-on-error : true
135
135
with :
@@ -138,7 +138,7 @@ jobs:
138
138
edit-mode : replace
139
139
140
140
- name : Update comment
141
- uses : peter-evans/create-or-update-comment@0f44b017d10caeea6a4c1b410ba0521ad8a02815
141
+ uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
142
142
if : ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
143
143
with :
144
144
comment-id : ${{ env.COMMENT_ID }}
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
52
52
53
53
- name : Create comment
54
- uses : peter-evans/create-or-update-comment@0f44b017d10caeea6a4c1b410ba0521ad8a02815
54
+ uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
55
55
if : ${{ (hashFiles('output/comment.md') != '') && fromJSON(env.write-comments ) && (env.COMMENT_ID == '') }}
56
56
with :
57
57
issue-number : ${{ github.event.number }}
58
58
body-path : ' output/comment.md'
59
59
edit-mode : replace
60
60
61
61
- name : Update comment
62
- uses : peter-evans/create-or-update-comment@0f44b017d10caeea6a4c1b410ba0521ad8a02815
62
+ uses : peter-evans/create-or-update-comment@3509deb8e3e0d7847ba5297bcac581b636533971
63
63
if : ${{ (hashFiles('output/comment.md') != '') && fromJSON(env.write-comments ) && (env.COMMENT_ID != '') }}
64
64
with :
65
65
comment-id : ${{ env.COMMENT_ID }}
You can’t perform that action at this time.
0 commit comments