summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-03-27 20:31:38 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-03-27 20:31:38 +0900
commit451b7f429414bedeb0e363b474c9b43429c48045 (patch)
tree7e994ad7136118d95d27f8762437881a80b56c34 /.github
parent1421c4ec7a864281c3aad9803cf029ecc4296db8 (diff)
Fix error in playwright_comment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/playwright_comment.yml4
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