Skip to content

Commit abb0031

Browse files
Update thollander/actions-comment-pull-request digest to 24bffb9
1 parent fb1bac4 commit abb0031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Comment link to HTML report
9696
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
9898
with:
9999
message: |
100100
${{ steps.run-e2e-tests.outcome == 'success' && ':white_check_mark: Playwright tests passed' || ':x: Playwright tests failed' }}
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Comment link to HTML report (On failure)
109109
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
111111
with:
112112
message: 🎭 Latest playwright run was cancelled or failed
113113
comment-tag: ${{ env.COMMENT_TAG }}

0 commit comments

Comments
 (0)