From e78d0c16fa0dfc8bff9ea420e533139fb290943e Mon Sep 17 00:00:00 2001 From: Muneeb Zia <31257991+Muneeb147@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:36:22 +0500 Subject: [PATCH] fix: changed " to ' --- .github/workflows/comment-on-base-branch-change.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-on-base-branch-change.yml b/.github/workflows/comment-on-base-branch-change.yml index 7573f9022c47..66ca1618cc85 100644 --- a/.github/workflows/comment-on-base-branch-change.yml +++ b/.github/workflows/comment-on-base-branch-change.yml @@ -18,5 +18,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.payload.pull_request.number, - body: "Base branch is changed to master. Please re-run the integration tests by adding "force:integration" label." + body: "Base branch is changed to master. Please re-run the integration tests by adding 'force:integration' label." }) \ No newline at end of file