From 96945ef99ea961520c4e6894cb89780e5834aa04 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 25 Jun 2025 14:06:58 +0800 Subject: [PATCH] dummy --- .github/actions/setup-playwright/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-playwright/action.yml b/.github/actions/setup-playwright/action.yml index e0095005..e7545207 100644 --- a/.github/actions/setup-playwright/action.yml +++ b/.github/actions/setup-playwright/action.yml @@ -24,3 +24,4 @@ runs: shell: bash run: npx playwright install --with-deps --only-shell working-directory: ${{ inputs.working-directory }} +