From 8e3aea89c99011f8da09b43cf2305893f6616004 Mon Sep 17 00:00:00 2001 From: benjamin liu Date: Wed, 31 Dec 2025 11:57:12 -0500 Subject: [PATCH] Fix broken action catalog links in private actions list Update URL base path from /workflow/action-catalog to /actions/action-catalog and fix URL construction to produce correct format: - Before: https://app.datadoghq.com/workflow/action-catalog#com.datadoghq.xxx/com.datadoghq.xxx - After: https://app.datadoghq.com/actions/action-catalog#/com.datadoghq.xxx --- layouts/partials/actions/private_actions_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/actions/private_actions_list.html b/layouts/partials/actions/private_actions_list.html index a6fb8566471..a8485f03a72 100644 --- a/layouts/partials/actions/private_actions_list.html +++ b/layouts/partials/actions/private_actions_list.html @@ -48,7 +48,7 @@ {{ end }} {{ end }} -{{ $base_url := "https://app.datadoghq.com/workflow/action-catalog#" }} +{{ $base_url := "https://app.datadoghq.com/actions/action-catalog#" }} {{ if lt (len $final_actions) 1}} {{ $err_msg := "On prem action list is empty" }} @@ -67,7 +67,7 @@

The following integrations support private actions:

\ No newline at end of file