diff --git a/.github/workflows/pr_check_client_side_changes.yml b/.github/workflows/pr_check_client_side_changes.yml index 6add15f22a..acb22267a0 100644 --- a/.github/workflows/pr_check_client_side_changes.yml +++ b/.github/workflows/pr_check_client_side_changes.yml @@ -21,7 +21,7 @@ jobs: - [ ] .NET`; await github.issues.create({ owner: 'microsoft', - repo: ‘playwright', + repo: 'playwright', title: '[Internal] Backport client change to language ports', body, });