Skip to content

Commit 13dcbdb

Browse files
authoredMar 19, 2024
chore(deps): update thollander/actions-comment-pull-request digest to fabd468 (#6063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae05976 commit 13dcbdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/docReport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: pnpm docs:report
7979

8080
- name: PR comment with report
81-
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
81+
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
8282
if: ${{ github.event_name == 'pull_request' }}
8383
with:
8484
comment_tag: 'docs-report'

‎.github/workflows/e2e-ct.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_WORKFLOW_URL: '${{ steps.job_html_url.outputs.html_url }}'
8282
- name: PR comment with report
83-
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
83+
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
8484
if: ${{ always() && steps.parse-playwright-report.conclusion == 'success' && github.event_name == 'pull_request' }}
8585
with:
8686
comment_tag: 'playwright-ct-report'

0 commit comments

Comments
 (0)
Please sign in to comment.