From ec30c21d6c389ee1d6c4557d7206ef6dc7878dfd Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Mon, 4 Dec 2023 16:38:07 +0530 Subject: [PATCH] fix failing service Signed-off-by: MUzairS15 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8098584..cc7130e 100644 --- a/action.yml +++ b/action.yml @@ -157,5 +157,5 @@ runs: repository: ${{github.repository}} number: ${{ inputs.prNumber }} id: meshmap-snapshot - message: '[](https://meshery.layer5.io/catalog/content/applications)' - append: false + message: '[](https://meshery.layer5.io/catalog/${{ env.APPLICATION_ID }})' + append: false \ No newline at end of file