From 91992f9d3fdcddc22edae91e7b740cb2fdd790f1 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Sun, 20 Oct 2024 19:28:15 +0300 Subject: [PATCH] Update pr_check_client_side_changes.yml --- .github/workflows/pr_check_client_side_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_check_client_side_changes.yml b/.github/workflows/pr_check_client_side_changes.yml index dbbeb89790..6612845f47 100644 --- a/.github/workflows/pr_check_client_side_changes.yml +++ b/.github/workflows/pr_check_client_side_changes.yml @@ -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,