diff --git a/.github/workflows/Hyponome.yml b/.github/workflows/Hyponome.yml index dc278e98a..2c4ec3e53 100644 --- a/.github/workflows/Hyponome.yml +++ b/.github/workflows/Hyponome.yml @@ -12,5 +12,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: ${{ format("[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/{0})", context.issue.number) }} + body: ${{ format('[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/{0})', context.issue.number) }} }) \ No newline at end of file