diff --git a/.github/workflows/pr-auto-comment.yml b/.github/workflows/pr-auto-comment.yml index 3057217..a8bcbcd 100644 --- a/.github/workflows/pr-auto-comment.yml +++ b/.github/workflows/pr-auto-comment.yml @@ -28,5 +28,5 @@ jobs: owner, repo, issue_number: ${{ github.event.pull_request.number }}, - body: "Please add '/azp run' comment to your PR to trigger pull request validation" + body: 'Please add "/azp run" comment to your PR to trigger pull request validation' });