diff --git a/.github/workflows/pr-env-comment.yml b/.github/workflows/pr-env-comment.yml index e1385cb..844be2b 100644 --- a/.github/workflows/pr-env-comment.yml +++ b/.github/workflows/pr-env-comment.yml @@ -204,11 +204,12 @@ jobs: ALL="${LINKS:-[]}" if [ "$STANDARD" = "true" ]; then ALL="$(jq -cn --arg e "$ENV_NAME" --arg d "$HOST_SUFFIX" --argjson extra "${LINKS:-[]}" ' - [ {label: "Hub (console)", url: "https://\($e).\($d)"}, + [ {label: "Console", url: "https://\($e).\($d)"}, {label: "Auth API", url: "https://auth-\($e).\($d)"}, - {label: "Keycloak admin", url: "https://auth-\($e).\($d)/auth/admin/"}, + {label: "Cowork Web", url: "https://cowork-\($e).\($d)"} ] + {label: "Keycloak Admin", url: "https://auth-\($e).\($d)/auth/admin/"}, {label: "Inference API", url: "https://api-\($e).\($d)/v1"}, - {label: "cowork-server", url: "https://cowork-\($e).\($d)/api"} ] + {label: "Cowork Server API", url: "https://cowork-\($e).\($d)/api"} ] + $extra + [ {label: "Namespace", url: "`\($e)`"} ]')" fi