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