From 701d908f7d4c6840ef54ed09ab41ee6ac4166403 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 27 Aug 2024 17:44:27 -0500 Subject: [PATCH] CLDR-17803 docs/site: fix quoting and tpyo --- .github/workflows/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 9990df43ce0..f43bbdcf8b7 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -50,9 +50,9 @@ jobs: uses: actions/github-script@v7 with: script: | - github.rest.issues.CreateComment({ + github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `✨ deployed to <${{ steps.deploy.outputs.deployment-url }}>` + body: '✨ deployed to <${{ steps.deploy.outputs.deployment-url }}>' })