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