File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Add the prt comment for running the sanity tests
122
122
id : add-parent-prt-comment
123
- uses : thollander/actions-comment-pull-request@v2
123
+ uses : thollander/actions-comment-pull-request@v3
124
124
with :
125
125
message : |
126
126
trigger: test-robottelo
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
- name : Add the prt comment for running the sanity tests
193
193
id : add-parent-prt-comment
194
- uses : thollander/actions-comment-pull-request@v2
194
+ uses : thollander/actions-comment-pull-request@v3
195
195
with :
196
196
message : |
197
197
trigger: test-robottelo
Original file line number Diff line number Diff line change 30
30
- name : Add last PRT result into the github comment
31
31
id : add-prt-comment
32
32
if : ${{ always() && github.event.inputs.pytest_result != '' }}
33
- uses : thollander/actions-comment-pull-request@v2
33
+ uses : thollander/actions-comment-pull-request@v3
34
34
with :
35
35
message : |
36
36
**PRT Result**
You can’t perform that action at this time.
0 commit comments