From d72d6c63dd5839fff58604dc9d94a7b3c0ea0ba3 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 7 Aug 2024 10:53:54 +1000 Subject: [PATCH] I dont get it --- .github/workflows/Hyponome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Hyponome.yml b/.github/workflows/Hyponome.yml index 75ff70b8f..560bcd6e2 100644 --- a/.github/workflows/Hyponome.yml +++ b/.github/workflows/Hyponome.yml @@ -14,5 +14,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: "[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/$PR_NUMBER)" + body: ${{ format('[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/{0})', $PR_NUMBER) }} }) \ No newline at end of file