From 2eab159423e1253b8d0274c8d813df17230654a6 Mon Sep 17 00:00:00 2001 From: ebarrios Date: Fri, 18 Sep 2020 16:45:02 +0200 Subject: [PATCH] Modify Author field in details and change it to Service Account --- .../components/WorkflowRunDetails/WorkflowRunDetails.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx b/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx index d3484ba707..0c2635f77b 100644 --- a/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx +++ b/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx @@ -113,9 +113,11 @@ export const WorkflowRunDetails = ({ entity }: { entity: Entity }) => { - Author + Service Account + + + {`${details.value?.projectId}`}@cloudbuild.gserviceaccount.com - {`${details.value?.name}`}