diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-27 20:31:38 +0900 | 
|---|---|---|
| committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-27 20:31:38 +0900 | 
| commit | 451b7f429414bedeb0e363b474c9b43429c48045 (patch) | |
| tree | 7e994ad7136118d95d27f8762437881a80b56c34 | |
| parent | 1421c4ec7a864281c3aad9803cf029ecc4296db8 (diff) | |
Fix error in playwright_comment
| -rw-r--r-- | .github/workflows/playwright_comment.yml | 4 | 
1 files 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 |