From 15c9545e093c2eb59385f0907acbe761070e8d34 Mon Sep 17 00:00:00 2001 From: Alex Martinez Date: Thu, 19 Sep 2024 19:37:33 -0400 Subject: [PATCH] hardcoded --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 739315e..96a2827 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,6 @@ jobs: echo $appName appId=$(anypoint-cli-v4 runtime-mgr:application:list --output json | jq '.[]|select(.name=="'"$appName"'").id') echo $appId - appUri=$(anypoint-cli-v4 runtime-mgr:application:describe --output json "$appId") + appUri=$(anypoint-cli-v4 runtime-mgr:application:describe --output json "991ec2be-e013-4ba5-a2b6-ce5444bd62b9") echo $appUri \ No newline at end of file