From 451b7f429414bedeb0e363b474c9b43429c48045 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Mon, 27 Mar 2023 20:31:38 +0900 Subject: Fix error in playwright_comment --- .github/workflows/playwright_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright_comment.yml b/.github/workflows/playwright_comment.yml index 8c33b618..9b068f56 100644 --- a/.github/workflows/playwright_comment.yml +++ b/.github/workflows/playwright_comment.yml @@ -21,7 +21,7 @@ jobs: id: playwright-output with: github_token: ${{ secrets.GITHUB_TOKEN }} - run-id: ${{ github.event.workflow_run.id }} + run_id: ${{ github.event.workflow_run.id }} name: playwright-output - name: Grab master-screenshots-outcome from PR run @@ -30,7 +30,7 @@ jobs: id: master-screenshots-outcome with: github_token: ${{ secrets.GITHUB_TOKEN }} - run-id: ${{ github.event.workflow_run.id }} + run_id: ${{ github.event.workflow_run.id }} name: master-screenshots-outcome - name: Load artifacts into environment variables -- cgit v1.2.3