From 03bcc74f6a2ecb5ea0d2e8ec9d0c0740d6a14a59 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 25 Nov 2024 15:27:37 +0000 Subject: [PATCH] chore: update daun/playwright-report-summary action to v3.7.0 --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2c86f2e84..258e1a5df 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -100,7 +100,7 @@ jobs: find ${{ env.PW_RESULT }} -path '*retry2/*' -iname '*-diff.png' -exec echo "{}" \; exit 1 - - uses: daun/playwright-report-summary@v3.6.0 + - uses: daun/playwright-report-summary@v3.7.0 if: always() with: custom-info: 'For more information, [see our report](${{ needs.e2e.outputs.details_url }})'