From 3fb85183c8d1ac7b273ad2cd546f12c1bf01e936 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 7 Aug 2024 11:00:30 +1000 Subject: [PATCH] Does this syntax work --- .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 0d26a3f56..1a3541f06 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: '[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${{ context.issue.number }})' + body: '[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${context.issue.number})' }) \ No newline at end of file