From ce3555f68e82b149fa22f74523837eac36627a30 Mon Sep 17 00:00:00 2001 From: Szymon Dzialowski Date: Wed, 23 Aug 2023 15:07:50 +0100 Subject: [PATCH] refactor: dump --- .github/workflows/playwright.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 00270c3..18f63e7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,8 +30,10 @@ jobs: with: node-version: ${{ matrix.version }} - - name: Debug all - run: echo '${{ toJson(github) }}' + - name: Debug github.event + run: echo '${{ toJson(github.event) }}' + - name: Debug github + run: echo '${{ toJson(github) }}' - name: test before bringing cache run: |