Commit 9e03b6c 1 parent fb1bac4 commit 9e03b6c Copy full SHA for 9e03b6c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Comment link to HTML report
96
96
if : ${{ !cancelled() && steps.generate-comment-app-token.outcome == 'success' && steps.upload-html-report-to-s3.outcome == 'success' }}
97
- uses : thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3
97
+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
98
98
with :
99
99
message : |
100
100
${{ steps.run-e2e-tests.outcome == 'success' && ':white_check_mark: Playwright tests passed' || ':x: Playwright tests failed' }}
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Comment link to HTML report (On failure)
109
109
if : ${{ !cancelled() && steps.generate-comment-app-token.outcome == 'success' && steps.upload-html-report-to-s3.outcome == 'failure'}}
110
- uses : thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3
110
+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
111
111
with :
112
112
message : 🎭 Latest playwright run was cancelled or failed
113
113
comment-tag : ${{ env.COMMENT_TAG }}
You can’t perform that action at this time.
0 commit comments