From 182aa7bb57ae727d87781caaa9221a83fc144ae7 Mon Sep 17 00:00:00 2001 From: Siam Hasan <81893922+siam1113@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:26:06 +0600 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7d2c83a..5ccf963 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: { ref: test } + with: + ref: test - uses: actions/setup-node@v3 with: node-version: 16