Update pr_check_client_side_changes.yml

This commit is contained in:
Meir Blachman 2024-10-20 19:28:15 +03:00 committed by GitHub
parent 3a92beb666
commit 91992f9d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ jobs:
issueBody = issueCreateData.body;
}
const newBody = issueBody.trimEnd() + `
- [ ] https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${context.sha} (https://github.com/microsoft/playwright/pull/${commitHeader})`;
- [ ] https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${context.sha} (${commitHeader})`;
const data = await github.rest.issues.update({
owner: context.repo.owner,
repo: repo,