Skip to content

Commit

Permalink
CLDR-17803 docs/site: fix quoting and tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 27, 2024
1 parent e037a6e commit 701d908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}>'
})

0 comments on commit 701d908

Please sign in to comment.