diff options
| -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 |