增加流水线执行详情查询,取值键值

This commit is contained in:
xxq250 2025-01-24 08:51:08 +08:00
parent 8c97e600a1
commit ef8590c387
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ public class PmsGitLinkRequestUrl extends GitLinkRequestUrl {
}
public static GitLinkRequestUrl GET_ACTION_RUN_DATA(String owner, String workflows) {
return getGitLinkRequestUrl(String.format("/api/pm/action_runs?owner_id=%s&workflows=%s", owner, workflows));
return getGitLinkRequestUrl(String.format("/api/pm/action_runs?owner_id=%s&workflows=%s", owner, workflows), "data");
}
}